# wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz # tar xzvf Python-2.7.12.tgz # cd Python-2.7.12 # ./configure # make # make install $ python --version Python 2.7.12
Recommended Posts