Created
April 22, 2018 05:06
-
-
Save Chubby-Chocobo/9a283cbc11a5a8f4296366cbd6fd68d4 to your computer and use it in GitHub Desktop.
Install python 3.6 on Centos 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum install -y https://centos7.iuscommunity.org/ius-release.rpm | |
sudo yum update | |
sudo yum install -y python36u python36u-libs python36u-devel python36u-pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment