From: Jack Jansen Date: Fri, 2 Aug 2002 21:05:16 +0000 (+0000) Subject: Updated for the new path to Python.app. X-Git-Tag: v2.3c1~4760 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=337f85d34fe69b1624eacc8b22e2c8e6914b9bd0;p=thirdparty%2FPython%2Fcpython.git Updated for the new path to Python.app. --- diff --git a/Mac/OSX/pythonw.sh b/Mac/OSX/pythonw.sh index 83a9abb5f242..d3ee37d6839e 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 $@