1 min read 57 words Updated Sep 24, 2026 Created Sep 24, 2026
#CLI#python

UV is a package manager for Python, that provides great speed. It shines when working with containers as it cuts build times drastically.
It also supports uvxfor executing packages.

For CLIs, uv tool

List installed tools: uv tool list

Update uv: uv self update

Update tools uv tool upgrade <toolname>

Or update all: uv tool upgrade --all