Skip to content

Instantly share code, notes, and snippets.

@brettkromkamp
Created December 23, 2021 07:59
Show Gist options
  • Save brettkromkamp/2d0891fd3f960376272a46fdb052b9e3 to your computer and use it in GitHub Desktop.
Save brettkromkamp/2d0891fd3f960376272a46fdb052b9e3 to your computer and use it in GitHub Desktop.
Pyenv
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