mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
Update python docs to include info on virtualenv auto-switching
This commit is contained in:
parent
08e39a587f
commit
7ae7a0266c
@ -61,6 +61,15 @@ system site-packages directory.
|
|||||||
|
|
||||||
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--system-site-packages'
|
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--system-site-packages'
|
||||||
|
|
||||||
|
### Additional Options
|
||||||
|
|
||||||
|
There is a hook to enable auto-switching to virtualenvs when switching into a
|
||||||
|
directory where the root of the project matches a virtualenv name.
|
||||||
|
|
||||||
|
This can be enabled with:
|
||||||
|
|
||||||
|
zstyle ':prezto:module:python:virtualenv' auto-switch 'yes'
|
||||||
|
|
||||||
Aliases
|
Aliases
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user