-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
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.pywill 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.pywon't look forfile.pyin the current directory - It doesn't inherit environment variables