Files
ubuntu-fish-dotfiles/fish/config.fish

7 lines
214 B
Fish

set -gx PYENV_ROOT $HOME/.pyenv
set -gx PATH ~/bin ~/.local/bin $PYENV_ROOT/bin $PATH
#pyenv config
status --is-interactive; and pyenv init - | source
status --is-interactive; and pyenv virtualenv-init - | source