From 337f85d34fe69b1624eacc8b22e2c8e6914b9bd0 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 2 Aug 2002 21:05:16 +0000 Subject: [PATCH] Updated for the new path to Python.app. --- Mac/OSX/pythonw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/OSX/pythonw.sh b/Mac/OSX/pythonw.sh index 83a9abb5f24..d3ee37d6839 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 $@