This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This script installs Python 3.6.9 on an Amazon Linux | |
| # See original here: https://gist.github.com/niranjv/f80fc1f488afc49845e2ff3d5df7f83b | |
| # The steps in this script are: | |
| # - install pre-reqs | |
| # - install Python 3.6 | |
| # - create virtualenv | |
| # Install pre-requisites | |
| sudo yum -y groupinstall development |