简介
UV 是 Rust 编写的 Python 包管理工具,官网表示其下载速度相对其他包管理工具最快。其遵循 Apache License, Version 2.0 许可。相对于使用 miniforge,uv 管理、使用更方便也确实快捷。
官网显示的亮点功能截图翻译:
官网
安装
linux && Mac 安装
curl -LsSf https://astral.sh/uv/install.sh | sh
windows 安装
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

