Monday, April 9, 2012

Compiling Python on OSX 10.8

Python 2.6 – OSX Lion

./configure MACOSX_DEPLOYMENT_TARGET=10.7
make
make install

No comments:

Post a Comment