HOW TO Install Python 3.3.2

Install Python3.3.2

open Terminal window
1. Downloading Python3.3.2
    wget http://python.org/ftp/python/3.3.2/Python-3.3.2.tgz && tar -xvf Python-3.3.2.tgz
2. cd Python-3.3.2
3.  ./configure
4. make
5. sudo make altinstalla

run:
To run the Python2.7 version, just type python at the shell prompt. To engage the new version.. type python3.3

Install Python3 IDLE
open terminal   

[1] sudo apt-get install idle3

No comments:

Post a Comment