←back to thread

365 points tanelpoder | 2 comments | | HN request time: 0.014s | source
Show context
rcarmo ◴[] No.44978004[source]
This feels like feature creep. I've been using uv more and more over the past year (mostly because I work with projects that use it) and although I like it and recognize the advantages, it is still not my first choice, and this kind of thing isn't going to help that...
replies(3): >>44978366 #>>44978369 #>>44980655 #
actinium226 ◴[] No.44978366[source]
What is your first choice?
replies(1): >>44981809 #
rcarmo ◴[] No.44981809[source]
Pip, because it introduces no third-party software. This is critical in regulated industries.
replies(2): >>44983499 #>>44987288 #
NeutralCrane ◴[] No.44983499[source]
What is “third party” here? Pip and UV are both external dependencies used to install other external dependencies. What makes them different from each other, or from the other dependencies you are using them to install?
replies(1): >>44986263 #
1. rcarmo ◴[] No.44986263[source]
It ships with your certified Linux distro. Period.
replies(1): >>44988649 #
2. actinium226 ◴[] No.44988649[source]
Ok, so why not just use pip to install uv?