Hacker News new | ask | show | jobs
by JoBrad 246 days ago
The Astral team did a great job with uv (and ruff!). I just wish they had used `install` instead of `add` and `sync`.

`uv install` = `uv sync`

`uv install rich` = `uv add rich`

2 comments

I feel like the new terminology matches what it's doing better, though. You don't install things anymore, uv just makes the state of the world match what you asked for.
I prefer shorter commands, so I just wish they'd gone with `uv rm` instead of `uv remove`.