Skip to content

Instantly share code, notes, and snippets.

@rmoorman
Forked from jezdez/.profile
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoorman/69ac2c5fa4671b71999c to your computer and use it in GitHub Desktop.
Save rmoorman/69ac2c5fa4671b71999c to your computer and use it in GitHub Desktop.
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