Show COMSPEC variable in logs

This commit is contained in:
JeLuF 2023-06-22 23:54:45 +02:00
parent 4bf78521ce
commit a5898aaf3b
2 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,8 @@ call git --version
call where conda
call conda --version
echo.
echo COMSPEC=%COMSPEC%
echo.
@rem activate the legacy environment (if present) and set PYTHONPATH

View File

@ -36,8 +36,9 @@ call git --version
call where conda
call conda --version
echo .
echo COMSPEC=%COMSPEC%
@rem Download the rest of the installer and UI
call scripts\on_env_start.bat
@pause