mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-19 06:11:00 +00:00
4e9c8f0dc5
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.
2 lines
191 B
ReStructuredText
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.
|