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: Python 3.0.1 Mac OS X install image ReadMe file is incorrect
Type: behavior Stage: resolved
Components: Installation Versions: Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ned.deily, ronaldoussoren, rsanchezsaez
Priority: normal Keywords:

Created on 2009-03-24 23:02 by rsanchezsaez, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg84119 - (view) Author: Ricardo Sánchez-Sáez (rsanchezsaez) Date: 2009-03-24 23:02
The Python 3.0.1 Mac OS X installer image doesn't generate correct links
for Python3.0 binary interpreter on /usr/local/bin (as the ReadMe says
it will do). I'm using Mac Os X 10.5.6 (Darwin Kernel Version 9.6.0: Mon
Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386).

Otherwise, Python 3.0 framework files seem to be correctly installed in
/Library/Frameworks/Python.framework/Versions/3.0/, and running the
interpreter from there works fine.

Additionally, Python 2.5 and 2.3 are installed on
/System/Library/Frameworks/Python.framework/Versions, and linked from
/usr/bin/python. I'm not sure where did these come from, but I suspect
they were installed with Xcode 3.1.2.

Find the Python 3.0.1 install log attached (I tried to install it twice,
disregard the second time).

If you need more info, just ask.
msg84152 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2009-03-25 09:23
The ReadMe is not quite correct.  For 3.x, the OS X installers do not by 
default install links in /usr/local.  Note that the installer's Welcome 
screen correctly notes this.  To install the /usr/local/ links, you need 
to go back to the Installer, select Customize, and then select the "UNIX 
command-line tools" package.

The python files in /System/Library are supplied by Apple in OSX 10.5 and, 
as with everything else in /System/Library, should not be disturbed.

None of this has anything to do with Xcode.
msg84155 - (view) Author: Ricardo Sánchez-Sáez (rsanchezsaez) Date: 2009-03-25 10:20
nad: Thanks for your nice clarifications.

I am changing the subject of this issue to reflect that the ReadMe file
needs correction.
msg84632 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2009-03-30 20:10
I've clarified the readme for the 3.1 installer.
History
Date User Action Args
2022-04-11 14:56:46adminsetgithub: 49808
2009-03-30 20:10:53ronaldoussorensetstatus: open -> closed

versions: + Python 3.1, - Python 3.0
nosy: + ronaldoussoren

messages: + msg84632
resolution: fixed
stage: resolved
2009-03-25 10:21:06rsanchezsaezsettitle: Python 3.0.1 Mac OS X install image ReadMe is incorrect -> Python 3.0.1 Mac OS X install image ReadMe file is incorrect
2009-03-25 10:20:08rsanchezsaezsetfiles: - install.log.0.bz2
2009-03-25 10:20:01rsanchezsaezsetmessages: + msg84155
title: Python 3.0.1 doesn't install correctly on Mac Os X 10.5.6. with xCode 3.1.2 -> Python 3.0.1 Mac OS X install image ReadMe is incorrect
2009-03-25 09:23:21ned.deilysetnosy: + ned.deily
messages: + msg84152
2009-03-24 23:03:05rsanchezsaezsettype: behavior
components: + Installation
versions: + Python 3.0
2009-03-24 23:02:23rsanchezsaezcreate