Created
May 4, 2016 11:53
-
-
Save Adaephon-GH/3337c2ea153e7a03d4689603e73407cd 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
#!/bin/sh | |
PYENV_ROOT="${HOME}/local/opt/pyenv" | |
git clone https://github.com/yyuu/pyenv "$PYENV_ROOT" | |
for plugin in ccache doctor pip-migrate update virtualenv; do | |
git clone "https://github.com/yyuu/pyenv-${plugin}" "${PYENV_ROOT}/plugins/pyenv-${plugin}" | |
done | |
git clone https://github.com/doloopwhile/pyenv-register "${PYENV_ROOT}/plugins/pyenv-register" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment