pipx
pipx
Posted Apr 29, 2026 17:44 UTC (Wed) by tamasrepus (subscriber, #33205)In reply to: uv is indeed great by cyperpunks
Parent article: pip 26.1 released
FYI, inline script data parsing is not limited to uv. You can use pipx (which I prefer, since it's packaged in Debian and makes it easy to copy around these now "standalone" scripts to Debian systems):
#!/usr/bin/env -S pipx run --path
Implemented in: pypa/pipx issue #913
