|
|
|
|
|
by Tenzer
2595 days ago
|
|
I've previously profiled pipenv and found it to be slowed down massively due to launching pip for each package it was working on. Unfortunately the maintainers think the progress bar is more important than performance: https://github.com/pypa/pipenv/issues/2207 |
|
It would be nice if pip could act more as a base tool and pass information back to a wrapper.