Files
pipenv/news/3299.behavior.rst
Tzu-ping Chung 4e9c8f0dc5 Load .env AFTER environment activation
This makes the environment's PATH and VIRTUAL_ENV variables available for
use in the .env file. This is helpful for configuring tools like mypy that
are not naturally aware of virtual environments.
2018-11-25 16:58:12 +08:00

2 lines
191 B
ReStructuredText

Virtual environment activation for ``pipenv run`` is now done *before* loading ``.env`` instead of after. This makes the activated environment variables available for ``.env`` configuration.