Skip to content

Instantly share code, notes, and snippets.

@chrcoe
chrcoe / centos_python_env_setup
Created July 31, 2014 12:26 — forked from floer32/centos_python_env_setup
this is useful information but a bit outdated now
#!/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