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

6 lines
195 B
Fish

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