Skip to content

Instantly share code, notes, and snippets.

View liuguiyangnwpu's full-sized avatar
💭
I may be slow to respond.

GuiYang liuguiyangnwpu

💭
I may be slow to respond.
View GitHub Profile
@liuguiyangnwpu
liuguiyangnwpu / install_python.sh
Created November 7, 2016 06:32 — 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