This is an old revision of the document!


macports

macports installs packages in /opt/local/ by default. Override and set to /usr/local:

./configure --prefix=/usr/local --with-unsupported-prefix

Update the ports tree

port selfupdate

Install python 2.7 and make it the default

port install python27
port select --set python python27