Skip to content

Instantly share code, notes, and snippets.

@obar1
Last active December 25, 2015 08:25
Show Gist options
  • Save obar1/220f6faaac51e50e6d41 to your computer and use it in GitHub Desktop.
Save obar1/220f6faaac51e50e6d41 to your computer and use it in GitHub Desktop.
export PV=3.4.3
su
yum groupinstall "Development tools"
yum install -y gcc make openssl-devel openssl
wget http://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz -O /var/tmp/Python-3.4.3.tgz
gunzip -c /var/tmp/Python-3.4.3.tgz | tar xvf -
./configure
make && make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment