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
Go to terminal type:
alias python=python3.x
This will setup default python as python3.x