8 lines
230 B
Fish
8 lines
230 B
Fish
set -Ux PYENV_ROOT $HOME/.pyenv
|
|
set -U fish_user_paths $PYENV_ROOT/bin $fish_user_paths
|
|
|
|
# Load pyenv automatically by appending
|
|
# the following to ~/.config/fish/config.fish:
|
|
|
|
# Restart your shell for the changes to take effect.
|