Set Snow Leopard to use python 2.5 rather than 2.6

macos, osx-snow-leopard, python

Solution

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

defaults write com.apple.versioner.python Version 2.5

Problem

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

Original source