Created
January 30, 2021 22:00
-
-
Save StuffbyYuki/2b2978a094e7b5d5ff476320837d9d46 to your computer and use it in GitHub Desktop.
Setup pyenv with homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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