From f91facd99f7eae38bdcedd9d0657e814291bd8bd Mon Sep 17 00:00:00 2001 From: Cody Date: Wed, 11 Apr 2018 23:24:51 -0400 Subject: [PATCH] add section explaining PIPENV_VENV_IN_PROJECT --- docs/advanced.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index a82efa4a..eb0e989e 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -396,8 +396,6 @@ will detect it. - ``PIPENV_DONT_LOAD_ENV`` — Tell Pipenv not to load the .env file. - - ``PIPENV_VENV_IN_PROJECT`` — Set to create the virtual environment folder in the project instead of the default location. - 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.