Files
pipenv/news/3718.bugfix.rst
T
Dan Ryan 829e41976f Ensure we always respect --site-packages
- Sometimes we fail to respect `--site-packages` when it is passed with
`--install`
- This resolves that and ensures we always pass it to `ensure_project`
- Fixes #3718

Signed-off-by: Dan Ryan <dan@danryan.co>
2019-07-11 01:37:36 -04:00

2 lines
127 B
ReStructuredText

Fixed a bug which sometimes caused pipenv to fail to respect the ``--site-packages`` flag when passed with ``pipenv install``.