Skip to content

Commit

Permalink
Add fish install oneliner (#322)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
  • Loading branch information
ElijahLynn and native-api authored Apr 16, 2023
1 parent 85d8c5a commit cd6a51a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ From inside that directory you can:
$ git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
```

For the Fish shell:

```sh
$ git clone https://github.com/pyenv/pyenv-virtualenv.git (pyenv root)/plugins/pyenv-virtualenv
```

2. (OPTIONAL) **Add `pyenv virtualenv-init` to your shell** to enable auto-activation of virtualenvs. This is entirely optional but pretty useful. See "Activate virtualenv" below.

```sh
Expand Down

0 comments on commit cd6a51a

Please sign in to comment.