Last active
March 31, 2022 20:56
-
-
Save sirkonst/e39bc28218b57cc78b6f728b8da99f33 to your computer and use it in GitHub Desktop.
fish config for pyenv (~/.config/fish/config.fish)
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
set PYENV_ROOT $HOME/.pyenv | |
set -x PATH $PYENV_ROOT/bin $PATH | |
status --is-interactive; and . (pyenv init -|psub) | |
status --is-interactive; and . (pyenv virtualenv-init -|psub) | |
set -x VIRTUAL_ENV_DISABLE_PROMPT 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pyenv global 3.8.1 3.7.9 3.6.4 3.5.5