`C:\Python312\python.exe` is already in the path by default. We no longer need to set this special path or environment variable. In fact this code was doing nothing since it was adding the end of the PATH so the system python was already coming first.
7 lines
185 B
Batchfile
Executable File
7 lines
185 B
Batchfile
Executable File
:: equivalent of test.sh as windows bat file
|
|
CALL emsdk install latest
|
|
CALL emsdk activate latest
|
|
CALL emsdk_env.bat
|
|
CALL python -c "import sys; print(sys.executable)"
|
|
CALL emcc.bat -v
|