How to upgrade to 2.4.1 on Mac OS X tiger

Robert Kern rkern at ucsd.edu
Fri Sep 9 15:20:10 EDT 2005


stri ker wrote:
> Has anyone here upgraded from 2.3 to 2.4 on Tiger?
> If so how'd ya do it?

You just run the official installer.

http://python.org/ftp/python/2.4.1/MacPython-OSX-2.4.1-1.dmg

Note that this does *not* replace 2.3 which was installed by Apple.
That's a good thing. Instead, the executables get installed to
/usr/local/bin . If you want

  $ python

to give you 2.4.1, then make sure that /usr/local/bin comes before
/usr/bin in your $PATH.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list