From: Jack Jansen Date: Wed, 19 Feb 2003 10:37:08 +0000 (+0000) Subject: Use pythonw as the default interpreter also for .py scripts (overridable X-Git-Tag: v2.3c1~1769 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cef2f7cd186c43ca3eca8cfc3abd6a6931999740;p=python 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. --- diff --git a/Mac/OSX/PythonLauncher/factorySettings.plist b/Mac/OSX/PythonLauncher/factorySettings.plist index 1d8d039e8e..2d7ca7e198 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