mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
3ac8b89a83
- Fixes #1111 - Uses existing infrastructure to add editable dependencies to the list of sequentially installed packages - Only alters functions used for this purpose - Essentially there is a race condition because multiple editors are trying to write to lib/site-packages/easy-install.pth for local editable packages, so they overwrite one another