Snow Leopard comes packaged with a version of Python 2.6 that is incompatible with many popular libraries, so I've downloaded a version of Python 2.6 from python.org. However, when I type python at the terminal, I still get the old version of Python. How can I change this?
which python currently gives me /Library/Frameworks/Python.framework/Versions/2.6/bin/python
ls -l /usr/bin/python is not a symbolic link to the above (nor to Versions/Current).
I have a version at /opt/local/bin/python2.6 that I wish to be using.