Some fixes for paths with spaces (#6757)

* Some fixes for paths with spaces

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>

* PR comments

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2022-01-10 10:00:29 -08:00
committed by GitHub
parent 93996bfb3f
commit 0f7e55cf59
11 changed files with 71 additions and 130 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ SET PYTHONHOME=%CMD_DIR%\runtime\python-3.7.10-rev2-windows\python
IF EXIST "%PYTHONHOME%" GOTO PYTHONHOME_EXISTS
ECHO Could not find Python for Windows in %CMD_DIR%\..
ECHO Python not found in %CMD_DIR%
ECHO Try running %CMD_DIR%\get_python.bat first.
exit /B 1
:PYTHONHOME_EXISTS