diff --git a/scripts/bootstrap.bat b/scripts/bootstrap.bat index b72aab1f..c506d52d 100644 --- a/scripts/bootstrap.bat +++ b/scripts/bootstrap.bat @@ -15,6 +15,9 @@ set umamba_exists=F set OLD_APPDATA=%APPDATA% set APPDATA=%cd%\installer_files\appdata +@mkdir %cd%\profile +set USERPROFILE=%cd%\profile + @rem figure out whether git and conda needs to be installed if exist "%INSTALL_ENV_DIR%" set PATH=%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts;%INSTALL_ENV_DIR%\Library\usr\bin;%PATH%