Skip to content

Shell Script for installing Python 3.6.5 on Oracle Linux 6

License

Notifications You must be signed in to change notification settings

Jflick58/Python3-Oracle-Linux-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Python3-Oracle-Linux-6

Shell Script for installing Python 3.6.5 on Oracle Linux 6

Usage

Download the shell script to a location of your choice on your Oracle Linux 6 box. cd to said location, and run sudo chmod +s installpython3.sh. This will make the script run with sudo permissions After this, run the shell script by typing installpython3.sh

Known issues

OpenSSL error

You may experience an error that looks like OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version Unable to establish SSL connection.

To fix this, update wget with sudo yum install wget and run the script again.

Credits

Modified from this reference: https://dbaportal.eu/2011/07/12/python-3-2-1-on-oel-6-1/

About

Shell Script for installing Python 3.6.5 on Oracle Linux 6

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages