Skip to content

Instantly share code, notes, and snippets.

View gqlxj1987's full-sized avatar
🎯
Focusing

gqlxj1987 gqlxj1987

🎯
Focusing
  • Beijing
View GitHub Profile
@gqlxj1987
gqlxj1987 / centos_python_env_setup
Last active September 16, 2015 15:48 — forked from floer32/centos_python_env_setup
CentOS 6: Install Python 2.7.4, pip, virtualenv, and virtualenvwrapper on CentOS (plus some bonus items at the end if you want). You should probably run with `sudo`.
#!/bin/bash
# Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/
# Install stuff #
#################
# Install development tools and some misc. necessary packages
yum -y groupinstall "Development tools"
yum -y install zlib-devel # gen'l reqs