uv is indeed great
uv is indeed great
Posted Apr 28, 2026 14:14 UTC (Tue) by mathstuf (subscriber, #69389)In reply to: uv is indeed great by cyperpunks
Parent article: pip 26.1 released
> #! /usr/bin/env uv run myscript
How…does that work? Doesn't this execute `/usr/bin/env "uv run myscript"` or is there some magic going on (like `perl`?) where the shebang line is re-read and reparsed before actual execution…but `env` doesn't do that…does it?
