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
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec /Applications/Python.app/Contents/MacOS/python $@
|
Loading…
Reference in New Issue