From e365c6804f9d894f2ea8263be9475c62d9f260e5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 8 Nov 2017 11:49:57 -0500 Subject: [PATCH] Update advanced.rst --- docs/advanced.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index b3421859..83ee9184 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -293,6 +293,7 @@ will detect it. - ``PIPENV_IGNORE_VIRTUALENVS`` — Set to disable automatically using an activated virtualenv over the current project's own virtual environment. +If you'd like to set these environment variables on a per-project basis, I recommend utilizing the fantastic `direnv `_ project, in order to do so. Also note that `pip itself supports environment variables `_, if you need additional customization.