Last active
July 30, 2019 04:29
-
-
Save dasgoll/944276915107b78456b6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
git clone git://github.com/yyuu/pyenv.git .pyenv | |
echo 'export PYENV_ROOT=$HOME/.pyenv' >> ~/.bashrc | |
echo 'export PATH=$PYENV_ROOT/bin:$PATH' >> ~/.bashrc | |
echo 'eval "$(pyenv init -)"' >> ~/.bashrc | |
. ~/.bashrc | |
pyenv install -v 3.7.0 | |
pyenv global 3.7.0 | |
pyenv rehash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment