Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lithuak/6eedf496d7b3e5c9b72bd23e2bfe5f90 to your computer and use it in GitHub Desktop.
Save lithuak/6eedf496d7b3e5c9b72bd23e2bfe5f90 to your computer and use it in GitHub Desktop.
pyenv
1. Install with pyenv-installer:
https://github.com/pyenv/pyenv-installer
! update .bashrc, not .bash_profile
pyenv update
2. Install python 3.6.5
3.
$ echo "3.6.5" >> .python-version
$ python --version
4. pyenv virtualenv 3.6.5 .venv36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment