document WORKON_HOME

This commit is contained in:
2017-03-19 21:18:15 -04:00
parent 86ef9b8361
commit 2a7a5facab
+10
View File
@@ -183,6 +183,16 @@ will detect it.
- ``PIPENV_MAX_DEPTH`` — Set to an integer for the maximum number of directories to
search for a Pipfile.
☤ Custom Virtal Environment Location
------------------------------------
Pipenv's underlying ``pew`` dependency will automatically honor the ``WORKON_HOME`` environment
variable, if you have it set — so you can tell pipenv to store your virtual environments wherever you want, e.g.::
export WORKON_HOME=~/.venvs
☤ Testing Projects
------------------