Merge pull request #714 from audiolion/docs/pipenv-dotenv-location

Add PIPENV_DOTENV_LOCATION to Docs
This commit is contained in:
2017-09-26 13:34:14 -04:00
committed by GitHub
+4
View File
@@ -401,6 +401,10 @@ If a ``.env`` file is present in your project, ``$ pipenv shell`` and ``$ pipenv
This is very useful for keeping production credentials out of your codebase.
We do not recommend committing ``.env`` files into source control!
If your ``.env`` file is located in a different path or has a different name you may set the ``PIPENV_DOTENV_LOCATION`` environment variable::
$ PIPENV_DOTENV_LOCATION=/path/to/.env pipenv shell
.. _proper_installation:
☤ Fancy Installation of Pipenv