1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00
1
Shell integration
Francisco Granados edited this page 2017-12-04 11:13:35 -08:00

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