Skip to content

Instantly share code, notes, and snippets.

@abelykh0
abelykh0 / install_python_36_amazon_linux.sh
Last active October 30, 2020 15:43 — forked from niranjv/install_python_36_amazon_linux.sh
Install Python 3.6 in Amazon Linux
# 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