Created
May 9, 2018 20:21
-
-
Save lithuak/6eedf496d7b3e5c9b72bd23e2bfe5f90 to your computer and use it in GitHub Desktop.
pyenv
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
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