Skip to content

Instantly share code, notes, and snippets.

@aeshthetic
Created January 11, 2018 14:16
Show Gist options
  • Save aeshthetic/5fe028542275474763c6708f86699ba0 to your computer and use it in GitHub Desktop.
Save aeshthetic/5fe028542275474763c6708f86699ba0 to your computer and use it in GitHub Desktop.
Script for installing python 3.6 on CentOS
#!/usr/bin/bash
yum -y update
yum -y install yum-utils
yum -y groupinstall development
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install python36u python36u-pip python36u-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment