Quellcode durchsuchen

Add fish install oneliner (#322)

Co-authored-by: Ivan Pozdeev <vano@mail.mipt.ru>
pull/470/head
Elijah Lynn vor 1 Jahr
committed von GitHub
Ursprung
Commit
cd6a51ad68
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. +6
    -0
      README.md

+ 6
- 0
README.md Datei anzeigen

@ -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

Laden…
Abbrechen
Speichern