Skip to content

Instantly share code, notes, and snippets.

@siroken3
Created November 9, 2014 13:40
Show Gist options
  • Save siroken3/6d301a590290d484bb2b to your computer and use it in GitHub Desktop.
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)
# 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