mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-19 06:11:00 +00:00
2835ff5d46
- 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>
2 lines
130 B
ReStructuredText
2 lines
130 B
ReStructuredText
Fixed an issue which caused ``pipenv clean`` to sometimes clean packages from the base ``site-packages`` folder or fail entirely.
|