Skip to content

Instantly share code, notes, and snippets.

@m-ueno
Created January 16, 2017 02:27
Show Gist options
  • Save m-ueno/a01e140705a24b81d19fd02826aaf45d to your computer and use it in GitHub Desktop.
Save m-ueno/a01e140705a24b81d19fd02826aaf45d to your computer and use it in GitHub Desktop.
sudo yum -y install yum-utils
sudo yum -y groupinstall development

# install ICS (Inline with Upstream Stable)
sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm

sudo yum -y install python35u-3.5.2 python35u-pip python35u-devel

python3.5 -V
which pip3.5
which pyvenv-3.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment