Last active
March 1, 2020 20:29
-
-
Save ssoto/8774ad2356d17c0ee5a417f8cb749ac6 to your computer and use it in GitHub Desktop.
This file contains 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
sudo apt-get install software-properties-common && \ | |
sudo add-apt-repository ppa:deadsnakes/ppa && \ | |
sudo apt-get update && \ | |
sudo apt-get install python3.6 python3.6-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment