Remix.run Logo
BrokenCogs 2 days ago

For a uv noob like me: what do you mean by bundling it all into a single binary? How does that work?

MayeulC 2 days ago | parent | next [-]

UV can be built (or downloaded) as a single optionally statically linked with the libc executable file, with no other dependencies. That makes it very easy to distribute on weird systems.

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