miniblog.
← Back to all posts
Wilfred Hughes
Jun 25, 2016 at 18:08
Ever wondered if pip has broken some dependencies in your virtualenv? The patch I proposed has landed!
https://github.com/pypa/pip/pull/3750#event-704050290
Add a `pip check` command. by BrownTruck · Pull Request #3750 · pypa/pip
I've taken the work from @Wilfred in #1001 and updated it to work with the latest code on develop and refactored a bit. This command ensures that all packages installed have all the requirement...