Skip to content

Instantly share code, notes, and snippets.

@jezdez
Created September 13, 2014 11:43
Show Gist options
  • Star 10 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jezdez/def619d01985f63a0376 to your computer and use it in GitHub Desktop.
Save jezdez/def619d01985f63a0376 to your computer and use it in GitHub Desktop.
My pyenv setup
export PYENV_VIRTUALENVWRAPPER_PREFER_PYVENV="true"
if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi
pyenv virtualenvwrapper
pyenv-ccache https://github.com/yyuu/pyenv-ccache
pyenv-doctor https://github.com/yyuu/pyenv-doctor
pyenv-pip-migrate https://github.com/yyuu/pyenv-pip-migrate
pyenv-update https://github.com/yyuu/pyenv-update
python-pip-rehash https://github.com/yyuu/pyenv-pip-rehash
pyenv-virtualenv https://github.com/yyuu/pyenv-virtualenv
pyenv-virtualenvwrapper https://github.com/yyuu/pyenv-virtualenvwrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment