Python

Use uv to install python, install python modules and python tools, and manage virtual environments.

UV cheatsheet

uv python pin 3.10
uv venv --python 3.10

--either
   uv add   # like uv pip install but also records the dependency
--or--
   uv pip install 
   uv lock [--universal]
   uv pip sync

uv run python script.py

to install CLI tools:

uv tool install
Topic revision: r1 - 12 Jul 2026, NickDemou
Copyright © enLogic