Installed Python from Package, Terminal didn't update?

python

Solution

Use `python3` instead of `python`:

$ python3
Python 3.2.3 (default, Oct 19 2012, 19:53:57) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.

Problem

Terminal is still showing Python 2.7.2 after an install of 3.3.0 I'm new to python- just want to get a good development environment working on Mac 10.8.

Original source

Related problems