Install Snow Leopard to use python 2.5 instead of 2.6

I just upgraded to Snow Leopard and I'm trying to use it to install old python 2.5. I had all my modules. Does anyone know how to set the default python installation to 2.5?

+6
python osx-snow-leopard macos
source share
2 answers

I worked on this - if you have this problem, open a terminal and type:

defaults write com.apple.versioner.python Version 2.5 
+8
source share

You want python_select .

Description: Toggle default python interpreter

0
source share

All Articles