Hacker News new | ask | show | jobs
by MengerSponge 319 days ago
Anaconda sells a managed environment for data science applications, right? Basically the Red Hat business model?

I've used conda for years and haven't set aside the day it'll take to switch to something simple and modern (uv's top of the list, but I'm open to suggestions)

2 comments

use uv, you dont need to bin your existing installation (it just wont get used anymore) and it will take you 5 minutes to switch. next time you get new hardware you wont bother installing anything else python related.
Heh, like I'm still holding on to pip. uv looks fab, really need to give it a go.
Just add 'uv' in front of your pip commands, that's how it's called anyway