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:
managing packages¶
install with pip interface¶
with the pip
interface