Y
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
auxym
175 days ago
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.
link
stephenlf
175 days ago
Nope! uv takes care of that. uv is a work of art.
link
tgv
175 days ago
Then I should seriously take a look at it. I figured it was just another package manager.
link