Skip to content

Commit 2695cd8

Browse files
committed
installer: Install conda on windows
Change create environment in offline installer to install conda and activate/deactivate scripts
1 parent edd729f commit 2695cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows/condainstall.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if not exist "%PREFIX%\python.exe" (
1313
rem # and other things needed to manage the environment. conda 4.1.*
1414
rem # requires at least one package name to succeed
1515
for %%f in ( vs*_runtime*.tar.bz2 ) do (
16-
"%CONDA%" create --yes --quiet --prefix "%PREFIX%" "%CD%\%%f" ^
16+
"%CONDA%" create --yes --quiet --prefix "%PREFIX%" ^
1717
|| exit /b !ERRORLEVEL!
1818
)
1919

0 commit comments

Comments
 (0)