mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Update fish instructions based on user feedback
This commit is contained in:
parent
eb89256f59
commit
76db37dbfa
1 changed files with 2 additions and 2 deletions
|
@ -361,8 +361,8 @@ easy to fork and contribute any changes back upstream.
|
|||
And add this to `~/.config/fish/config.fish`:
|
||||
|
||||
~~~ fish
|
||||
status is-interactive; and pyenv init --path | source
|
||||
pyenv init - | source
|
||||
status is-login; and pyenv init --path | source
|
||||
status is-interactive; and pyenv init - | source
|
||||
~~~
|
||||
|
||||
If Fish is not your login shell, also follow the Bash/Zsh instructions to add to `~/.profile`.
|
||||
|
|
Loading…
Reference in a new issue