Skip to content

Instantly share code, notes, and snippets.

@andreagrandi
Last active December 10, 2021 10:02
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 andreagrandi/770167f522ee17cb4e18f5896ed344ed to your computer and use it in GitHub Desktop.
Save andreagrandi/770167f522ee17cb4e18f5896ed344ed to your computer and use it in GitHub Desktop.
Configuration for .bashrc/.zshrc for pyenv and pyenv-virtualenv
# Install dependencies first:
# brew install pyenv
# brew install pyenv-virtualenv
export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init --path)"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment