Dav Clark wrote:
It's easy to have two or three Python installations. They all sit in different directories and don't mess with each other.

Not entirely true. For example, anything that compiles against python with a bare "-framework Python" flag will grab the (I think) Current dir from /Library/Frameworks/Python.framework/Versions

True, but "Current" is just a symlink to a particular version - it's easy to put it back -- that's what I've done with 2.6 -- it's installed, but not set as current.

-Chris



--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to