Skip to content

Instantly share code, notes, and snippets.

View vincentclee's full-sized avatar
🇺🇸
USA

Vincent Lee vincentclee

🇺🇸
USA
View GitHub Profile
@vincentclee
vincentclee / Install Python 3.7.6 on CentOS 7
Last active February 21, 2020 22:08 — forked from wpupru/Install Python 3.7.0 on CentOS 7
Install Python 3.7.0 on Centos 7
Install Python 3.7.6 on CentOS/RHEL 7
1.Requirements:
yum install gcc openssl-devel bzip2-devel make
2.Download Python 3.7:
cd /usr/src
wget https://www.python.org/ftp/python/3.7.6/Python-3.7.6.tgz