Hacker News new | ask | show | jobs
by pbowyer 371 days ago
With uv, is there a way to install Python and Node tools like this in a self-contained way so they appear to the system as a single executable?

I guess I don't want to duplicate Python/Node for every tool, but I also don't want it to be fragile. And this wants a Node CLI tool installed globally, which I've found breaks easily with changing versions.

2 comments

Good point, yes i can do it. If you can please add issue in github and i will implement it :D
it is on my todo list
> I don't want to duplicate Python/Node for every tool

`uv tool install` doesn’t duplicate Python for every tool.