python的包管理器uv安装
·
安装
curl -LsSf https://astral.sh/uv/install.sh | sh
效果
(base) ➜ ~ curl -LsSf https://astral.sh/uv/install.sh | sh
downloading uv 0.11.16 aarch64-apple-darwin
installing to /Users/zx/.local/bin
uv
uvx
everything's installed!
(base) ➜ ~ uv --version
uv 0.11.16 (135a36367 2026-05-21 aarch64-apple-darwin)
参考
更多推荐

所有评论(0)