Update to python 3.9.2 on Windows as well. Mark old Python and Node packages. (#758)

This commit is contained in:
juj
2021-03-16 09:43:02 +02:00
committed by GitHub
parent 9c65611d96
commit 0fe3d48f22
5 changed files with 71 additions and 24 deletions

View File

@@ -7,6 +7,13 @@ setlocal
:: When using our bundled python we never want the users
:: PYTHONHOME or PYTHONPATH
:: https://github.com/emscripten-core/emsdk/issues/598
if exist "%~dp0python\3.9.2-1_64bit\python.exe" (
set EMSDK_PY="%~dp0python\3.9.2-1_64bit\python.exe"
set PYTHONHOME=
set PYTHONPATH=
goto end
)
if exist "%~dp0python\3.7.4-pywin32_64bit\python.exe" (
set EMSDK_PY="%~dp0python\3.7.4-pywin32_64bit\python.exe"
set PYTHONHOME=