Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#159 closed enhancement (fixed)

Addition to Mac OS X documentation

Reported by: aak8t@… Owned by: Malte Marquarding
Priority: normal Milestone: ASAP 2.4
Component: General Version: 2.0
Severity: normal Keywords:
Cc:

Description

After installing the new version of Python (2.5.4), Mac OS X users should make sure that /Library/Frameworks/Python?.framework/Versions/Current/bin is in their path and if it isn't add it. Otherwise, OS X gets a bit confused about which version of Python you want (2.3 or 2.5), since they exist alongside each other. While installing setuptools, ipython, and numpy make sure they are being installed along this path rather than somewhere else.

Change History (2)

comment:1 Changed 15 years ago by Malte Marquarding

Resolution: fixed
Status: newclosed

The section mentions

then open the disk image and install. In a terminal run  python -V , which should return  Python 2.5.4 . If not log out and log back in. 

I have added an extra warning but there isn't much more I can say.

comment:2 Changed 15 years ago by Malte Marquarding

Reporter: changed from anonymous to aak8t@…
Note: See TracTickets for help on using tickets.