summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-02 21:05:16 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-02 21:05:16 (GMT)
commit337f85d34fe69b1624eacc8b22e2c8e6914b9bd0 (patch)
tree6d69193f34babcee1250e01a98816ac7ce7047e9 /Mac
parentf80798b1ca89d4803f132edf954f6e282e4e6d20 (diff)
downloadcpython-337f85d34fe69b1624eacc8b22e2c8e6914b9bd0.zip
cpython-337f85d34fe69b1624eacc8b22e2c8e6914b9bd0.tar.gz
cpython-337f85d34fe69b1624eacc8b22e2c8e6914b9bd0.tar.bz2
Updated for the new path to Python.app.
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/OSX/pythonw.sh2
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 $@