We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd729f commit 2695cd8Copy full SHA for 2695cd8
scripts/windows/condainstall.bat
@@ -13,7 +13,7 @@ if not exist "%PREFIX%\python.exe" (
13
rem # and other things needed to manage the environment. conda 4.1.*
14
rem # requires at least one package name to succeed
15
for %%f in ( vs*_runtime*.tar.bz2 ) do (
16
- "%CONDA%" create --yes --quiet --prefix "%PREFIX%" "%CD%\%%f" ^
+ "%CONDA%" create --yes --quiet --prefix "%PREFIX%" ^
17
|| exit /b !ERRORLEVEL!
18
)
19
0 commit comments