Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Last active November 23, 2017 16:06
Show Gist options
  • Save gwsu2008/3d9ecbc2935a8edb9c84fca79a6d21cd to your computer and use it in GitHub Desktop.
Save gwsu2008/3d9ecbc2935a8edb9c84fca79a6d21cd to your computer and use it in GitHub Desktop.
centos7-python35.sh
#!/bin/bash -x
sudo yum -y install yum-utils
sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm
sudo yum -y install python35u
sudo yum -y install python35u-pip
sudo yum -y install python35u-devel
sudo yum -y install python35u-tools
sudo yum -y install openssl-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment