linux下配置uv阿里镜像

📅 2026/7/2 3:45:58
linux下配置uv阿里镜像
1.创建目录和文件mkdir -p ~/.config/uv vim ~/.config/uv/uv.toml2.uv.toml写入内容[[index]] url https://mirrors.aliyun.com/pypi/simple/ default true