Hacker News new | ask | show | jobs
by nailer 3282 days ago
Why are the packages removing pip?
1 comments

Anaconda provides its own separate package-management world, so it makes sense that it doesn't include pip. But you can always still install it.
I'm actually getting tired of package managers reinventing the wheel (literally) every time they want to install something.

In production when I deploy a django app, now I might have two libraries in different places in my system. One from the OS, and one from the pip dependency.