mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Merge pull request #286 from faho/patch-1
Improve fish installation instructions
This commit is contained in:
commit
e3203f795a
|
|
@ -43,8 +43,8 @@ From inside that directory you can:
|
||||||
**Fish shell note**: Add this to your `~/.config/fish/config.fish`
|
**Fish shell note**: Add this to your `~/.config/fish/config.fish`
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
status --is-interactive; and source (pyenv init -|psub)
|
status --is-interactive; and pyenv init - | source
|
||||||
status --is-interactive; and source (pyenv virtualenv-init -|psub)
|
status --is-interactive; and pyenv virtualenv-init - | source
|
||||||
```
|
```
|
||||||
|
|
||||||
**Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`.
|
**Zsh note**: Modify your `~/.zshenv` file instead of `~/.bash_profile`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue