将 pip 的下载源切换到国内的阿里云镜像 Python
🚀 方法一:命令配置 最快捷的方法,直接用两行命令搞定(在管理员权限的终端中执行): pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ pip config set install.trusted-host mirrors.aliyun.com 配置完后,可以运行下...
🚀 方法一:命令配置 最快捷的方法,直接用两行命令搞定(在管理员权限的终端中执行): pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ pip config set install.trusted-host mirrors.aliyun.com 配置完后,可以运行下...