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
This worked for me. I added alias and restarted my terminal:
alias python=/usr/local/bin/python3