Skip to content

Commit cd6a51a

Browse files
Add fish install oneliner (#322)
Co-authored-by: Ivan Pozdeev <[email protected]>
1 parent 85d8c5a commit cd6a51a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ From inside that directory you can:
3434
$ git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv
3535
```
3636

37+
For the Fish shell:
38+
39+
```sh
40+
$ git clone https://github.com/pyenv/pyenv-virtualenv.git (pyenv root)/plugins/pyenv-virtualenv
41+
```
42+
3743
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.
3844

3945
```sh

0 commit comments

Comments
 (0)