When I type which python, I get the following result:
/Library/Frameworks/Python.framework/Versions/Current/bin/python
when I type "type -a python":
python is /Library/Frameworks/Python.framework/Versions/Current/bin/python python is /Library/Frameworks/Python.framework/Versions/2.6/bin/python python is /Library/Frameworks/Python.framework/Versions/2.7/bin/python python is /Library/Frameworks/Python.framework/Versions/Current/bin/python python is /usr/bin/python python is /usr/local/bin/python
I want to use python 2.5, which I have installed!
But at this point, I'm a bit confused, and I don't know how to set that as default, or what path I should be using.
Please note, I am developing SPECIFICALLY for Google App Engine, so please keep that in mind.
Thanks in advance.