There are several problems with python.sh right now:
- It doesn't work correctly on macs with bsd coreutils
- It doesn't mount the native file system into the Emscripten file system, so
python.sh /some/file.py will fail to find the file
- It doesn't set the current directory in the Emscripten file system to the same as the host working directory so
python.sh file.py won't look for file.py in the current directory
- It doesn't inherit environment variables
@freakboy3742
Linked PRs
There are several problems with
python.shright now:python.sh /some/file.pywill fail to find the filepython.sh file.pywon't look forfile.pyin the current directory@freakboy3742
Linked PRs