I\'m running Mountain Lion and the basic default Python version is 2.7. I downloaded Python 3.3 and want to set it as default.
Currently:
$ python
The following worked for me
cd /usr/local/bin mv python python.old ln -s python3 python