cd ~/Downloads/
wget https://python.org/ftp/python/2.7.5/Python-2.7.5.tgzExtract and go to the dirctory:
tar -xvf Python-2.7.5.tgz
cd Python-2.7.5Now, install using the command you just tried:
./configure
make
sudo checkinstallScripts, 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.tgzExtract and go to the dirctory:
tar -xvf Python-2.7.5.tgz
cd Python-2.7.5Now, install using the command you just tried:
./configure
make
sudo checkinstall