UV - Python Manager. One tool to rule them all

What is UV? An extremely fast Python all in one package manager written in Rust. It replaces the following tools and is extremely fast. pip pip-tools pipx poetry pyenv virtualenv Its one tool to rule them all. Install UV Mac and Linux curl -LsSf https://astral.sh/uv/install.sh | sh windows powershell -c "irm https://astral.sh/uv/install.ps1 | iex" Via Python pip install uv Manually installing Python version using UV To download a python versions. This installs python which can be used by uv project and does not mess up your global python ...

February 15, 2025 · 4 min