Fix bash bug in README.md

This commit is contained in:
Zac Holland 2024-09-18 11:47:19 -07:00 committed by GitHub
parent d4c9655e26
commit 4240bfbf17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ From inside that directory you can:
For the Fish shell:
```sh
git clone https://github.com/pyenv/pyenv-virtualenv.git (pyenv root)/plugins/pyenv-virtualenv
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.