Download our e-book of Introduction To Python
Paresh Mehta
3 years ago
$sudo apt-get install python3-minimal
Extract the tarball
tar xvfz Python-3.5.1.tgz
Configure and Install:
cd Python-3.5.1
./configure --prefix = /opt/python3.5.1
make
sudo make install
$python # Unix/Linux
or
python% # Unix/Linux
or
C:>python # Windows/DOS