Skip to content

Instantly share code, notes, and snippets.

@StuffbyYuki
Created January 30, 2021 22:00
Show Gist options
  • Save StuffbyYuki/2b2978a094e7b5d5ff476320837d9d46 to your computer and use it in GitHub Desktop.
Save StuffbyYuki/2b2978a094e7b5d5ff476320837d9d46 to your computer and use it in GitHub Desktop.
Setup pyenv with homebrew
# Add these to ~/.bash_profile, adding to ~/.bashrc won't work if you use brew to install pyenv
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment