Remix.run Logo
pbowyer 3 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.

Maciej-roboblog 3 days ago | parent | next [-]

Good point, yes i can do it. If you can please add issue in github and i will implement it :D

Maciej-roboblog 3 days ago | parent [-]

it is on my todo list

JimDabell 3 days ago | parent | prev | next [-]

> I don't want to duplicate Python/Node for every tool

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

3 days ago | parent | prev [-]
[deleted]