Hacker News new | ask | show | jobs
by odiroot 2023 days ago
> It is rapidly becoming _the_ package manager to use.

As a fan of pip's simplicity, I hope this won't become the case.

1 comments

What complexity does Poetry have over pip? This is a serious question. Yes, you have to install it on top of your Python install, but other than that?
And that's only relatively recently become not true of pip. Actually I'm not even sure it is always not true, maybe it depends on package manager (/packager)? python -m ensurepip still exists after all.