Using uv for Python package management
Traditionally we have recommend that users use a
Python virtualenv
or Conda environment
to manage personal package installations via pip install
and mamba install
commands. But a new contender has entered the fray:
uv
, an extremely fast Python package and
project manager, written in Rust.