Hacker News new | ask | show | jobs
by tgv 175 days ago
Won't those dependencies then be global? With potential conflicts as a result?
2 comments

uv uses a global cache but hardlinks the dependencies for your script into a temp venv that is only for your script, so its still pretty fast.
Nope! uv takes care of that. uv is a work of art.
Then I should seriously take a look at it. I figured it was just another package manager.