commit | 337f85d34fe69b1624eacc8b22e2c8e6914b9bd0 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 02 21:05:16 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Aug 02 21:05:16 2002 +0000 |
tree | 6d69193f34babcee1250e01a98816ac7ce7047e9 | |
parent | f80798b1ca89d4803f132edf954f6e282e4e6d20 [diff] [blame] |
Updated for the new path to Python.app.
diff --git a/Mac/OSX/pythonw.sh b/Mac/OSX/pythonw.sh index 83a9abb..d3ee37d 100755 --- a/Mac/OSX/pythonw.sh +++ b/Mac/OSX/pythonw.sh
@@ -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 $@