uv

Written in the Rust language, uv is a modern utility that handles library dependencies, global tools, virtual environments and Python intepretors. This utility makes pip, pipx, venv and pyenv obsolete, due to significant speed improvement and simplification.

When working in an environment where the proxy server blocks direct access to Python package websites, and SSL certs are self-signed, remember to set environment variables: UV_DEFAULT_INDEX, REQUESTS_CA_BUNDLE, SSL_CERT_FILE.

The following commands are helpful

Back to index