Hacker News new | ask | show | jobs
by dagw 2581 days ago
What I can say is that I had to go through a lot of experimentation myself to arrive at the tools I use now

That is, I think, the big problem. Just using pip has never really worked so people have built tools on top of pip, in parallel with pip and replacements for pip. Basically there is no one way to do things.

1 comments

npm, yarn, bower, jamjs, pnpm...

Besides, I have 15 years of Python behind me, I code and train in Python for a living, and I still use just pip.

pip and venv are packaged with recent versions of Python and do the job fine.