thiagowfx's avatar

Β¬ just serendipity πŸ€ (not just serendipity)

pipx run β†’ uvx

β€’ 43 words β€’ 1 min β€’ updated

Replaced all occurrences of pipx run in my projects with uvx.

uvx docs:

The uvx command invokes a tool without installing it.

Perfect for one-off tool executions (“one-shots”). For example:

~/.bin/az_switch bash
#!/bin/sh
# Switch active account in Azure
exec uvx az-account-switcher "$@"