[Pythonmac-SIG] bin and version

w chun wescpy at gmail.com
Mon Apr 10 08:25:26 CEST 2006


one tricky thing to watch out for is not just where the executable is
installed, but where the libraries are.  you may have 2 executables
sharing the same library, you may not.

on my mac, python is installed in /sw/bin and /usr/local/bin, and the
libraries are in /sw/lib, /usr/local/lib, and
/Library/Frameworks/Python.framework/Versions

i have 2.3.5, 2.4.3, and 2.5a1 installed on my iBook.

cheers,
-wesley


More information about the Pythonmac-SIG mailing list