Hacker News new | ask | show | jobs
by alex_suzuki 581 days ago
PS: one thing I like about my current workflow is no extra tools needed, base python install is all that‘s required.
1 comments

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.
Interesting, thanks for pointing that out. Will give it a try.