I just upgraded to lion and with it came Python 2.7. I need to use 2.6 as my default python as the project I primarily work on uses 2.6.
feedback
|
|
You have a few options:
| |||||
feedback
|
|
Apple has provided two very simple ways to change the default python on OS X 10.6 Snow Leopard and 10.7 Lion. It's all detailed in the Apple man page for python(1):
| |||||||||||||
feedback
|
|
After running the following:
To make sure the packages you install with 'sudo' are installed for the correct Python version, also set the versioner option as a superuser:
| |||
|
feedback
|