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 "$@"