mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Update README.md
This commit is contained in:
parent
d2bd4c06ef
commit
637fd914dc
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue