From cef2f7cd186c43ca3eca8cfc3abd6a6931999740 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 19 Feb 2003 10:37:08 +0000 Subject: [PATCH] Use pythonw as the default interpreter also for .py scripts (overridable by the user), as this will cause the least surprises with scripts brought over from other unixen. Suggested by Kevin Altis. --- Mac/OSX/PythonLauncher/factorySettings.plist | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Mac/OSX/PythonLauncher/factorySettings.plist b/Mac/OSX/PythonLauncher/factorySettings.plist index 1d8d039e8e5..2d7ca7e1988 100644 --- a/Mac/OSX/PythonLauncher/factorySettings.plist +++ b/Mac/OSX/PythonLauncher/factorySettings.plist @@ -37,15 +37,15 @@ interpreter_list - /usr/local/bin/python - /sw/bin/python - /Library/Frameworks/Python.framework/Versions/Current/bin/python - /usr/bin/python /usr/local/bin/pythonw /sw/bin/pythonw /Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/python /usr/bin/pythonw /Applications/MacPython-OSX/python-additions/Python.app/Contents/MacOS/python + /usr/local/bin/python + /sw/bin/python + /Library/Frameworks/Python.framework/Versions/Current/bin/python + /usr/bin/python honourhashbang @@ -68,6 +68,11 @@ interpreter_list + /usr/local/bin/pythonw + /sw/bin/pythonw + /Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/python + /usr/bin/pythonw + /Applications/MacPython-OSX/python-additions/Python.app/Contents/MacOS/python /usr/local/bin/python /sw/bin/python /Library/Frameworks/Python.framework/Versions/Current/bin/python