Fix/Improve a bunch of things (#42)

This commit is contained in:
Blake Wyatt 2023-05-02 11:28:20 -04:00 committed by GitHub
parent bcd5786a47
commit 4babb22f84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 62 additions and 33 deletions

View file

@ -6,6 +6,10 @@ echo "%CD%"| findstr /C:" " >nul && echo This script relies on Miniconda which c
set PATH=%PATH%;%SystemRoot%\system32
@rem fix failed install when installing to a separate drive
set TMP=%cd%\installer_files
set TEMP=%cd%\installer_files
@rem config
set CONDA_ROOT_PREFIX=%cd%\installer_files\conda
set INSTALL_ENV_DIR=%cd%\installer_files\env