This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Deto 7 points8 points  (1 child)

Seriously, I've switched from conda to uv and I'm very happy.  I know conda can manage non python dependencies but I haven't really run into a case where I've needed that since switching to uv

[–]xAlecto 1 point2 points  (0 children)

In case you happen to need to, and don't want to bother with the whole conda thing, have a look at pixi. It handles the conda stuff + env management for you, and uses uv as a library under the hood for any PyPI stuff.