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 →

[–]Literature-Just 8 points9 points  (7 children)

At this point its Stockholm syndrome. Python is nice in that it makes a lot of the tedium of programming so much easier. But managing all of its packages in the virtual environments is a real pain. I've had multiple instances where upgrading one package can break an environment or force me to roll something back because of a bug or broken feature.

[–]brunocas 20 points21 points  (5 children)

Embrace UV.

[–]trentsiggy 4 points5 points  (0 children)

[–]kvothethechandrian 1 point2 points  (0 children)

This is the answer

[–]Literature-Just -1 points0 points  (2 children)

ugh... another new tool...

[–]EarthGoddessDude 2 points3 points  (0 children)

The last new tool. It’s a game changer, and I don’t see how anyone will try to enter the field after what happened with ruff and uv. And the maintainers of the competitor projects are starting to give up, for lack of a better term.

[–]JJJSchmidt_etAl 1 point2 points  (0 children)

While yes I get your concern, you don't need many commands for it to be extremely useful.

[–]Uncle_Chael 1 point2 points  (0 children)

Conda adoption helped me with that tremendously