python pip资源为阿里云镜像-python基础
pip设定阿里云镜像 编写pip.conf文档 linux部位 ~/.config/pip/pip.conf windows部位 C:/User/登录名/pip/pip.ini macOS部位: ~/.pip/pip.conf 配备內容以下: [global] index-url = http://mirrors.aliyun.com/pypi/simple/ [install] trusted-host=mirrors.aliyun.com