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
$ sudo ln -s -f $(which python3) $(which python)
done.