pip config list # 查看当前 pip 的配置
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
pip config set install.trusted-host mirrors.aliyun.com
pip config list # 查看是否已经写入
pip源修改
最新推荐文章于 2025-03-11 09:47:45 发布
pip config list # 查看当前 pip 的配置
pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
pip config set install.trusted-host mirrors.aliyun.com
pip config list # 查看是否已经写入