Skip to content

Instantly share code, notes, and snippets.

@shadowbq
Last active March 5, 2018 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shadowbq/57e194fb2331a3cdb0dae6231c1611e2 to your computer and use it in GitHub Desktop.
Save shadowbq/57e194fb2331a3cdb0dae6231c1611e2 to your computer and use it in GitHub Desktop.
$ yum update
$ sudo yum install gcc libtool perl-core zlib-devel openssl-devel libxslt-devel libxml-devel libyaml-devel -y
$ sudo update-ca-trust
$ cd /usr/src/
$ wget https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz
$ tar zxvf Python-2.7.10.tgz
$ cd Python-2.7.10/
$ ./configure
$ make
$ sudo make altinstall
$ /usr/local/lib/python2.7.10/bin/python -V
Python 2.7.10
@shadowbq
Copy link
Author

shadowbq commented Mar 5, 2018

Centos Installation of Python 2.7.10 (likely final version of Python 2.7.x)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment