Skip to content

Instantly share code, notes, and snippets.

@leodutra
Created August 15, 2017 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leodutra/51cad48be610e2e15f81078f75e0a4d4 to your computer and use it in GitHub Desktop.
Save leodutra/51cad48be610e2e15f81078f75e0a4d4 to your computer and use it in GitHub Desktop.
Python 3.6 Ubuntu
apt update
apt install python3.6 python3.6-dev python3.6-venv
wget https://bootstrap.pypa.io/get-pip.py
python3.6 get-pip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment