Skip to content

Instantly share code, notes, and snippets.

@dodbrian
Last active May 13, 2019 15:57
Show Gist options
  • Save dodbrian/a77515c2631c301dd78a347073dc96f0 to your computer and use it in GitHub Desktop.
Save dodbrian/a77515c2631c301dd78a347073dc96f0 to your computer and use it in GitHub Desktop.
Python 3 installation steps

Python 3 installation steps

Install pyenv

curl https://pyenv.run | bash

Install dependencies

sudo apt install build-essential zlib1g-dev libffi-dev libssl-dev

Install Python

pyenv install 3.7.3

Set system python version

pyenv global 3.7.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment