1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 13:53:53 -05:00

Update README.md

This commit is contained in:
Hugh Rawlinson
2021-06-27 00:25:22 +02:00
committed by GitHub
parent d2bd4c06ef
commit 637fd914dc

View File

@@ -296,7 +296,7 @@ easy to fork and contribute any changes back upstream.
And add this to `~/.config/fish/config.fish`:
~~~ fish
status is-login; and pyenv init --path | source
status is-interactive; and pyenv init --path | source
~~~
If Fish is not your login shell, also follow the Bash/Zsh instructions to add to `~/.profile`.