Last active
December 25, 2015 08:25
-
-
Save obar1/220f6faaac51e50e6d41 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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