uv¶
An extremely fast Python package and project manager, written in Rust.
- github project page
- see also pip
run executable¶
this will run cowsay
in its own virtual environment and execute it directly, similar to pipx
install different python versions¶
it uses the latest patch version automatically
create virtual environment¶
request a specific python version and create a venv:
clean cache¶
uv tool - install python binaries¶
install a python binary using uv tool
right into your PATH
, not scoped to a project:
sometimes you need additional binaries with a package, for example ansible. you can use the --with
flag:
managing packages¶
install with pip interface¶
with the pip
interface