Update Python virtualenvwrapper documentation

This commit is contained in:
Yutian Li 2024-03-31 15:38:21 -04:00
parent c667dd3ea6
commit 46d6adc1e2

View file

@ -13,7 +13,7 @@ disable _virtualenvwrapper_, add the following to
_`${ZDOTDIR:-$HOME}/.zpreztorc`_.
```sh
zstyle ':prezto:module:python' skip-virtualenvwrapper-init 'on'
zstyle ':prezto:module:python:virtualenv' initialize 'no'
```
Conda support can be enabled by adding the following to