Created
November 9, 2014 13:40
-
-
Save siroken3/6d301a590290d484bb2b to your computer and use it in GitHub Desktop.
How to install python 3.3.6 on Original CentOS6.5 (using pyenv)
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
# install pyenv using pyenv-installer | |
$ curl -L https://raw.githubusercontent.com/yyuu/pyenv-installer/master/bin/pyenv-installer | bash | |
(vi ~/.bash_profile) | |
$ sudo yum install @Development | |
$ sudo yum install bzip2-devel openssl-devel readline-devel sqlite-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment