Skip to content

Instantly share code, notes, and snippets.

View FrancoMuniz's full-sized avatar

Franco Muñiz FrancoMuniz

View GitHub Profile
@FrancoMuniz
FrancoMuniz / README.md
Created May 13, 2021 07:58 — forked from Sunlighter/README.md
Installing Python 3.7 in Amazon Linux 2

Installing Python 3.7 in Amazon Linux 2

This is a way to build Python 3.7 from source and temporarily install it in Amazon Linux 2 without overwriting the system Python and without interfering with the Python in amazon-linux-extras.

At the time of this writing, Amazon Linux 2 offers Python 2.7.14 and (through the extras) Python 3.6.2, but Python 3.7.0 was just released.

  1. Start Amazon Linux 2 and sign in. (I recommend a c5.large instance.)