Friday, May 27, 2016

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.tgz2. Python-3.3.23. ./configure4. make5. sudo make altinstalla
View
Python version ftp
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