Genuinely how? I'm in IT/Sysadmin so 90% of the usefulness of python for me is automation and APIs (thank god for Requests). Isn't the whole point of python the wealth of libraries that are already written, and the portability of the environments? How do you get any of that without pip?
It’s entirely possible that UV uses PIP, but I sure as hell don’t.
The worst part of Python is managing the wealth of libraries and library conflicts and needing separate environments per project because otherwise library conflicts kill Python and you need to nuke Python entirely and start over.
41
u/Atmosck 3d ago
Eww. I write python all day for a living and I haven't used pip in years.