Hacker News new | ask | show | jobs
by ubernostrum 3277 days ago
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.
1 comments

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.