-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emscripten: Make python.sh function as proper Python CLI #127503
Labels
Comments
hoodmane
changed the title
Emscripten: Make python.sh function as a proper CLI entrypoint
Emscripten: Make python.sh function as proper Python CLI
Dec 2, 2024
freakboy3742
pushed a commit
that referenced
this issue
Dec 5, 2024
…127506) Modifies the python.sh script to work on macOS, and adapt to recent emscripten changes.
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Dec 5, 2024
hoodmane
added a commit
to hoodmane/cpython
that referenced
this issue
Dec 5, 2024
This makes `shutil.which()` pick up native executables which is inconvenient.
freakboy3742
pushed a commit
that referenced
this issue
Dec 9, 2024
Modifies the handling of PATH to ensure that native executables aren't picked up when running under node.
freakboy3742
pushed a commit
that referenced
this issue
Dec 9, 2024
Corrects the handling of realpath on Linux.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are several problems with
python.sh
right now:python.sh /some/file.py
will fail to find the filepython.sh file.py
won't look forfile.py
in the current directory@freakboy3742
Linked PRs
The text was updated successfully, but these errors were encountered: