Hacker News new | ask | show | jobs
by JimDabell 581 days ago
It’s similar with uv. You have exactly one dependency on the host system – it’s just uv instead of Python. uv will then obtain the correct version of Python for your project. And uv is easier to install than Python – it’s literally just one binary.
1 comments

Interesting, thanks for pointing that out. Will give it a try.