Shell integration - pyenv/pyenv GitHub Wiki

Fish Shell Integration

Write this into your ~/.config/fish/config.fish file to have the autocomplete and shell integration:

status --is-interactive; and source (pyenv init -|psub)

Bash Shell Integration

ZSH Shell Integration