Updated for the new path to Python.app.

This commit is contained in:
Jack Jansen 2002-08-02 21:05:16 +00:00
parent f80798b1ca
commit 337f85d34f
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@