From 12c0e9d6a2673f9e01dfee659ee1aab2b8daec8d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Sep 2017 12:24:19 -0400 Subject: [PATCH] better docs Signed-off-by: Kenneth Reitz --- docs/advanced.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index d3cfbab0..2676309c 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -305,21 +305,21 @@ will detect it. - ``PIPENV_SHELL_COMPAT`` — Always use compatibility mode when invoking ``pipenv shell``. - - ``PIPENV_VENV_IN_PROJECT`` — Toggle for detecting a ``.venv`` in your project directory - and using it over the default environment manager, ``pew``. + - ``PIPENV_VENV_IN_PROJECT`` — If set, use ``.venv`` in your project directory + instead of the global virtualenv manager ``pew``. - ``PIPENV_COLORBLIND`` — Disable terminal colors, for some reason. - ``PIPENV_NOSPIN`` — Disable terminal spinner, for cleaner logs. - - ``PIPENV_MAX_DEPTH`` — Set to an integer for the maximum number of directories to + - ``PIPENV_MAX_DEPTH`` — Set to an integer for the maximum number of directories to resursively search for a Pipfile. - - ``PIPENV_TIMEOUT`` — Set to an integer for the max number of seconds pipenv will + - ``PIPENV_TIMEOUT`` — Set to an integer for the max number of seconds Pipenv will wait for virtualenv creation to complete. Defaults to 120 seconds. - ``PIPENV_IGNORE_VIRTUALENVS`` — Set to disable automatically using an activated virtualenv over - the current project. + the current project's own virtual environment. Also note that `pip itself supports environment variables `_, if you need additional customization.