Hacker News new | ask | show | jobs
by saghm 243 days ago
As someone who also hasn't really used any of the past 8 years or so of Python dependency management, it's nice that it seems to support using arbitrary other tooling as well. At some point recently I wanted to run something that happened to use pdm, which I hadn't even heard of, but I was able to invoke it with `uv tool run pdm` and not have to learn anything about how to set it up manually.
1 comments

FYI you can run just `uvx pdm`
Interesting! I honestly didn't even know that this shorthand existed