Install Python3.3.2 with current version - Kali Linux && Backtrack 5
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 altinstall
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
Comments
Post a Comment