Friday, April 1, 2011

Ubuntu use Python 2 and Python 3 together

SkyHi @ Friday, April 01, 2011
sudo apt-get install python
sudo apt-get install python3



Ubuntu deliberately packages python3 in such a way it won't interfere with python2.

To run your programs, you'll type "python3" at the command line instead of just "python".