I have downloaded and installed python 3.2.3 for Ubuntu/Debian. Also IDLE IDE for 3.2.3.
If I execute IDLE for 3.2.3 explicitely, 3.2.3 runs under IDLE and all is well.
But if I go to a terminal session and simple run Python, it defaults to python 2.7.3. Also my Python commercial IDE (Wingware) defaults to Python 2.7.3.
How can I change my global Python default to be 3.2.3 instead of 2.7.3?
python3
. There's probably a setting somewhere for Wing. – Thomas K Nov 11 '12 at 15:59/usr/bin/python3
. – Thomas K Nov 12 '12 at 13:07