[New-bugs-announce] [issue5224] OS X installer: "Update Shell Profile" script is not updated

Ned Deily report at bugs.python.org
Thu Feb 12 13:01:09 CET 2009


New submission from Ned Deily <nad at 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 <report at bugs.python.org>
<http://bugs.python.org/issue5224>
_______________________________________


More information about the New-bugs-announce mailing list