Skip to content

Instantly share code, notes, and snippets.

@Adaephon-GH
Created May 4, 2016 11:53
Show Gist options
  • Save Adaephon-GH/3337c2ea153e7a03d4689603e73407cd to your computer and use it in GitHub Desktop.
Save Adaephon-GH/3337c2ea153e7a03d4689603e73407cd to your computer and use it in GitHub Desktop.
#!/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