一、镜像源

阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/

二、运行

默认镜像源为
https://files.pythonhosted.org/

在终端运行,一般在python的安装路径下Scripts下执行安装命令,不然有些安装每次都要再安装一遍

pip install ipython -i https://pypi.mirrors.ustc.edu.cn/simple/

在这里插入图片描述

查询安装的包

pip list

在这里插入图片描述

安装ipython

ipython

pip install ipython

运行 ipython

ipython

在这里插入图片描述

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐