Skip to content

Instantly share code, notes, and snippets.

@DBarthe
Last active July 7, 2017 07:56
Show Gist options
  • Save DBarthe/1bda76488a0349b305e8c8394c125c6a to your computer and use it in GitHub Desktop.
Save DBarthe/1bda76488a0349b305e8c8394c125c6a to your computer and use it in GitHub Desktop.
Install python3.6 environnement on centos7
sudo yum -y update
sudo yum -y install yum-utils
sudo yum -y groupinstall development
sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm
sudo yum -y install python36u
sudo yum -y install python36u-pip
sudo yum -y install python36u-devel
@DBarthe
Copy link
Author

DBarthe commented Jul 7, 2017

Usage:

wget -O - https://gist.githubusercontent.com/DBarthe/1bda76488a0349b305e8c8394c125c6a/raw/f09ab5256884c4c5bbe3d42d7c9ffc35f82c1618/install-python36.sh | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment