mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-01 01:31:13 +00:00
Don't use a deprecated argument as a python example
Thanks to @jeffwidman for pointing this out Closes #1141
This commit is contained in:
parent
2e20eb8571
commit
7011031a87
@ -56,10 +56,10 @@ is used. Replace *Developer* with your projects directory.
|
|||||||
|
|
||||||
The variable `$VIRTUALENVWRAPPER_VIRTUALENV_ARGS` tells virtualenvwrapper what
|
The variable `$VIRTUALENVWRAPPER_VIRTUALENV_ARGS` tells virtualenvwrapper what
|
||||||
arguments to pass to `virtualenv`. For example, set the value to
|
arguments to pass to `virtualenv`. For example, set the value to
|
||||||
*--no-site-packages* to ensure that all new environments are isolated from the
|
*--system-site-packages* to ensure that all new environments have access to the
|
||||||
system site-packages directory.
|
system site-packages directory.
|
||||||
|
|
||||||
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--no-site-packages'
|
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--system-site-packages'
|
||||||
|
|
||||||
Aliases
|
Aliases
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user