Skip to content

Instantly share code, notes, and snippets.

View jamiecounsell's full-sized avatar

Jamie Counsell jamiecounsell

View GitHub Profile
@jamiecounsell
jamiecounsell / install_python.sh
Last active June 14, 2016 03:24 — forked from andriisoldatenko/install_python.sh
Install local Python 2.7.10 on CentOS 7
TMP_PATH=~/tmp_install_python
# Versions section
PYTHON_MAJOR=2.7
PYTHON_VERSION=$PYTHON_MAJOR.10
mkdir $TMP_PATH && cd $TMP_PATH
# Update yum and libraries
yum -y update