更换Linux系统中的pip源
命令如下:
mkdir -p ~/.pip/
touch pip.conf
vim pip.conf
pip.conf编辑内容
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
原文地址:https://www.cnblogs.com/g15009428458/p/12323137.html
时间: 2024-10-10 00:32:53