Created
November 24, 2021 14:39
-
-
Save joepreludian/4a2b21914378d39daacdc5fa63dcc97a to your computer and use it in GitHub Desktop.
Pyenv install notes =)
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
export PATH="$HOME/.pyenv/bin:$PATH" | |
eval "$(pyenv init --path)" | |
eval "$(pyenv virtualenv-init -)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment