Closed
Description
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 forfile.py
in the current directory - It doesn't inherit environment variables