Skip to content

Instantly share code, notes, and snippets.

@SakuradaJun
Last active August 29, 2015 14:15
Show Gist options
  • Save SakuradaJun/ce434435d31079776f2f to your computer and use it in GitHub Desktop.
Save SakuradaJun/ce434435d31079776f2f to your computer and use it in GitHub Desktop.
Build Python 2.7 and Python 3.3 on CentOS
yum groupinstall "Development tools"
yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel
yum install readline-devel
http://toomuchdata.com/2014/02/16/how-to-install-python-on-centos/
https://github.com/h2oai/h2o/wiki/Installing-python-2.7-on-centos-6.3.-Follow-this-sequence-exactly-for-centos-machine-only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment