Files
pipenv/news/3047.bugfix.rst
Dan Ryan 2835ff5d46 Fix virtualenv path derivations
- Fix inadvertent occasional global installation of files
- Fix inadvertent occcasional global removal of files
- Fix empty output from `pipenv update --outdated`
- Fixes #2828
- Fixes #3113
- Fixes #3047
- Fixes #3055

Signed-off-by: Dan Ryan <dan@danryan.co>
2018-10-30 19:32:11 -04:00

2 lines
136 B
ReStructuredText

Fixed a virtualenv creation issue which could cause new virtualenvs to inadvertently attempt to read and write to global site packages.