Hacker News new | ask | show | jobs
by tswicegood 5639 days ago
At this point, pip is the way to install Python packages. Anyone who's pointing you otherwise is a bit out-of-date (touch?).
3 comments

Sure that's "the word on the street" so to speak, but is pip really so much of an improvement over easy_install (or buildout, no experience with it) ? Don't get me wrong, I like and use pip as much as of the next python guy, but I often get the impression that pip (and virtualenv) have an almost fanboyish charm; many/most of their advocates just ape each other and they'd be strongly pressed to explain why they are so much better than the alternatives (if they are even aware of them).
What is awesome is that easy_install always seemed to work for me. Having access to pip is icing on the cake now.

I tried to install Ruby the other day and I swear the packaging is broken 9 times out of 10.

Does pip install required Windows binaries like easy_install?