Windows系统,为pip更换国内镜像源
打开 cmd ,运行以下命令:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
安装 numpy ,通过以下命令检查:
pip config list
有 numpy 以及版本号即正常。
打开 cmd ,运行以下命令:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
安装 numpy ,通过以下命令检查:
pip config list
有 numpy 以及版本号即正常。
评论已关闭