Skip to content

The following bash script will automate the installation of Python 3.6 on RHEL/CentOS 6.x & 7.x systems.

License

Notifications You must be signed in to change notification settings

franklines/python36-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Frank's RHEL/CentOS 6.x & 7.x Python 3.6 Installer

The following bash script will automate the installation of Python 3.6 on RHEL/CentOS 6.x & 7.x systems.

The bash script uses the IUS repo. Check them out! https://ius.io/

Install Python 3.6 using curl

source <(curl -s https://raw.githubusercontent.com/franklines/python36-installer/master/python36-installer.sh)

Else, download the bash script and execute.

chmod +x python36-installer.sh
./python36-installer.sh

About

The following bash script will automate the installation of Python 3.6 on RHEL/CentOS 6.x & 7.x systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages