Espejo
27 字
1 分钟
如何优雅地安装 UV
自用镜像,禁止别用。
export UV_INSTALLER_GITHUB_BASE_URL="https://uvm.gxj62.cn/github.com"export UV_PYTHON_INSTALL_MIRROR="https://uvm.gxj62.cn/github.com/astral-sh/python-build-standalone/releases/download"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