LinuxCommandLibrary

uv-tool

Install and run Python CLI tools

TLDR

Run tool without installing

$ uv tool run [tool]
copy
Install tool globally
$ uv tool install [tool]
copy
List installed tools
$ uv tool list
copy
Uninstall tool
$ uv tool uninstall [tool]
copy
Upgrade tool
$ uv tool upgrade [tool]
copy

SYNOPSIS

uv tool command [options]

DESCRIPTION

uv tool manages Python CLI tools in isolated environments. Like pipx but faster. Run tools without installation or install for persistent availability.

PARAMETERS

run tool

Run tool temporarily.
install tool
Install globally.
uninstall tool
Remove tool.
list
List installed tools.
upgrade tool
Upgrade tool.
upgrade --all
Upgrade all tools.
dir
Show tools directory.

SEE ALSO

uv(1), pipx(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community