1. 想在 ubuntu 上装个 3.12 ,但 apt 只有 3.11 。想着本来带了个 3.10 ,用 pip 安装 uv ,再用 uv 安装 3.12 ,但是连接 github 下载编译,服务器上没有代理,就想着找到国内镜像,而且通过 uv python install 发现有 --mirror 参数,国内的镜像 https://mirrors.aliyun.com/python-release/source/ 路径和 自动拼接的不一样? 各位大佬有什么办法吗? 2. 后来通过 apt 的 ppa 仓库下载了 3.12 了,但 uv sync 也不走 pip 的配置文件,国内源也没用
哈哈,我也是尝试用了一下,被网络问题劝退了。。。。 https://github.com/indygreg/python-build-standalone/releases 和 https://mirrors.aliyun.com/python-release/source/ 不是一回事。 不过文档里说:Distributions can be read from a local directory by using the file:// URL scheme.