mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Fix bash bug in README.md
This commit is contained in:
parent
d4c9655e26
commit
4240bfbf17
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue