From cd6a51ad68efd297559de1da9a1e3f77ac3ed18f Mon Sep 17 00:00:00 2001 From: Elijah Lynn Date: Sun, 16 Apr 2023 14:01:19 -0700 Subject: [PATCH] Add fish install oneliner (#322) Co-authored-by: Ivan Pozdeev --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 995bdcd..6682980 100644 --- a/README.md +++ b/README.md @@ -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