mirror of
https://github.com/python/cpython.git
synced 2024-11-28 20:33:54 +08:00
Shell script that invokes Python.app from the command line. Called pythonw
because of similarity to the same program on Windows.
This commit is contained in:
parent
1f7df3595a
commit
ab10ce6c6b
2
Mac/OSX/pythonw.sh
Executable file
2
Mac/OSX/pythonw.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec /Applications/Python.app/Contents/MacOS/python $@
|
Loading…
Reference in New Issue
Block a user