Add warning for long paths
This commit is contained in:
parent
172035d2e1
commit
e4e3c9095d
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
@rem using micromamba (an 8mb static-linked single-file binary, conda replacement).
|
@rem using micromamba (an 8mb static-linked single-file binary, conda replacement).
|
||||||
@rem This enables a user to install this project without manually installing conda and git.
|
@rem This enables a user to install this project without manually installing conda and git.
|
||||||
|
|
||||||
echo WARNING: This script relies on Micromamba which may have issues on some systems when installed under a path with spaces.&& echo.
|
echo WARNING: This script relies on Micromamba which may have issues on some systems when installed under a path with spaces.
|
||||||
|
echo May also have issues with long paths.&& echo.
|
||||||
|
|
||||||
echo What is your GPU?
|
echo What is your GPU?
|
||||||
echo.
|
echo.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue