|
|
|
|
|
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. |
|