# Mac OS
~ mkdir .pip # 在家目录下创建一个.pip目录
~ cd pip
~ touch pip.conf # 创建一个pip配置文件
# 写入配置
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=pypi.tuna.tsinghua.edu.cn
原文链接 :https://blog.csdn.net/qq_43340659/article/details/82948529
网友评论