diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-02 21:05:16 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-02 21:05:16 (GMT) |
commit | 337f85d34fe69b1624eacc8b22e2c8e6914b9bd0 (patch) | |
tree | 6d69193f34babcee1250e01a98816ac7ce7047e9 /Mac | |
parent | f80798b1ca89d4803f132edf954f6e282e4e6d20 (diff) | |
download | cpython-337f85d34fe69b1624eacc8b22e2c8e6914b9bd0.zip cpython-337f85d34fe69b1624eacc8b22e2c8e6914b9bd0.tar.gz cpython-337f85d34fe69b1624eacc8b22e2c8e6914b9bd0.tar.bz2 |
Updated for the new path to Python.app.
Diffstat (limited to 'Mac')
-rwxr-xr-x | Mac/OSX/pythonw.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 $@ |