My computer previously had Python 2.7. I recently installed Python 3.2. But when I run Python prompt from the Terminal, it still shows the version as 2.7.3.
dineshkumar@dineshkumar-desktop:~$ python
Python 2.7.3 (default, Apr 10 2013, 05:46:21)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
How do I change it to 3.2?