New submission from Ned Deily <n...@acm.org>: ANALYSIS The script used by the Python installer to update the user's shell script has a hard-coded version number. This script is also installed in the "/Applications/Python n.n" directory as "Update Shell Profile.command". The installer is not updating the version in the command so the wrong version of Python may be inserted into the user's shell path.
SOLUTION Ensure that the build major version is auto-updated in both. APPLIES py3k, 3.0, trunk, 2.6 NOTE Patch is in two parts: patch-nad0005.txt (this file) py3k, 3.0, trunk, 2.6 and one of: patch-nad0005-py3k-30.txt py3k, 3.0 patch-nad0005-trunk.txt trunk patch-nad0005-26.txt 2.6 ---------- components: Macintosh files: patch-nad0005.txt messages: 81747 nosy: nad severity: normal status: open title: OS X installer: "Update Shell Profile" script is not updated versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1 Added file: http://bugs.python.org/file13045/patch-nad0005.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5224> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com