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
You can solve it by symbolic link.
unlink /usr/local/bin/python ln -s /usr/local/bin/python3.3 /usr/local/bin/python