mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00: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
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue