Skip to content

Instantly share code, notes, and snippets.

@Chubby-Chocobo
Created April 22, 2018 05:06
Show Gist options
  • Save Chubby-Chocobo/9a283cbc11a5a8f4296366cbd6fd68d4 to your computer and use it in GitHub Desktop.
Save Chubby-Chocobo/9a283cbc11a5a8f4296366cbd6fd68d4 to your computer and use it in GitHub Desktop.
Install python 3.6 on Centos 7
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