Skip to content

Python

To install python 3.14 in this example, install uv then

uv python install 3.14

To install a tool distributed across PyPI such as yt-dlp or glances. This tool will be added into the PATH on a dedicated isolated environment. Example with tool glances.

uv tool install glances

To run a tool without installing it, run

uvx glances