Skip to content

Instantly share code, notes, and snippets.

View evanmiller29's full-sized avatar

Evan Miller evanmiller29

  • Auckland, New Zealand
View GitHub Profile

Getting Started With Superset: Airbnb’s data exploration platform

These instructions are for Amazon Linux Version 2

Update Python and PIP versions on EC2 (Amazon AMI)

sudo yum update -y
sudo yum install python3 -y