This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: OS X installer: "Update Shell Profile" script is not updated
Type: Stage:
Components: macOS Versions: Python 3.0, Python 3.1, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ned.deily, ronaldoussoren
Priority: normal Keywords:

Created on 2009-02-12 12:01 by ned.deily, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch-nad0005.txt ned.deily, 2009-02-12 12:01
patch-nad0005-py3k-30.txt ned.deily, 2009-02-12 12:01
patch-nad0005-trunk.txt ned.deily, 2009-02-12 12:01
patch-nad0005-26.txt ned.deily, 2009-02-12 12:01
Messages (4)
msg81747 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2009-02-12 12:01
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
msg81776 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-02-12 16:09
Committed as r69544 (3.1) and r69545 (3.0)
msg81781 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-02-12 17:00
Reopened the issue because it is only fixed for 3.x at the moment.
msg83132 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-03-04 21:10
This is now also fixed for the trunk and 2.6
History
Date User Action Args
2022-04-11 14:56:45adminsetgithub: 49474
2009-03-04 21:10:43ronaldoussorensetstatus: open -> closed
messages: + msg83132
2009-02-12 17:00:35ronaldoussorensetstatus: closed -> open
messages: + msg81781
2009-02-12 16:32:26benjamin.petersonsetstatus: open -> closed
resolution: fixed
2009-02-12 16:09:45ronaldoussorensetnosy: + ronaldoussoren
messages: + msg81776
2009-02-12 12:01:56ned.deilysetfiles: + patch-nad0005-26.txt
2009-02-12 12:01:44ned.deilysetfiles: + patch-nad0005-trunk.txt
2009-02-12 12:01:31ned.deilysetfiles: + patch-nad0005-py3k-30.txt
2009-02-12 12:01:08ned.deilycreate