Specification¶| packaging.python.org
Running commands in projects| docs.astral.sh
--activePrefer the active virtual environment over the project’s virtual environment.| docs.astral.sh
A guide to using uv to run tools published as Python packages, including one-off invocations with uvx, requesting specific tool versions, installing tools, upgrading tools, and more.| docs.astral.sh
Working on projects| docs.astral.sh
uv is an extremely fast Python package and project manager, written in Rust.| docs.astral.sh
Source code: Lib/venv/ The venv module supports creating lightweight “virtual environments”, each with their own independent set of Python packages installed in their site directories. A virtual en...| Python documentation