cd ~/Downloads/
wget https://python.org/ftp/python/2.7.5/Python-2.7.5.tgz
Extract and go to the dirctory:
tar -xvf Python-2.7.5.tgz
cd Python-2.7.5
Now, install using the command you just tried:
./configure
make
sudo checkinstall
Scripts, Articles, Relevant for DBAs, Consultants, BI, Data Scientists and Developers
cd ~/Downloads/
wget https://python.org/ftp/python/2.7.5/Python-2.7.5.tgz
Extract and go to the dirctory:
tar -xvf Python-2.7.5.tgz
cd Python-2.7.5
Now, install using the command you just tried:
./configure
make
sudo checkinstall