Espejo
17 字
1 分钟
如何优雅地安装 UV
export UV_PYTHON_INSTALL_MIRROR="https://mirrors.nju.edu.cn/github-release/astral-sh/python-build-standalone"export UV_DEFAULT_INDEX="https://mirrors.hust.edu.cn/pypi/web/simple"Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Linux or MacOS
curl -LsSf https://astral.sh/uv/install.sh | sh