Updated for the new path to Python.app.
This commit is contained in:
parent
f80798b1ca
commit
337f85d34f
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec /Applications/Python.app/Contents/MacOS/python $@
|
||||
exec /Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/python $@
|
||||
|
|
Loading…
Reference in New Issue