Skip to content

Instantly share code, notes, and snippets.

@jarvys
Last active August 29, 2015 14:03
Show Gist options
  • Save jarvys/30a3f34e7970423f9703 to your computer and use it in GitHub Desktop.
Save jarvys/30a3f34e7970423f9703 to your computer and use it in GitHub Desktop.
prepare for installing python2.7 in 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment