python 入门 修改下载源 ipython(一)
python 入门 修改下载源 ipython(一)
·
一、镜像源
阿里云 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
更多推荐
所有评论(0)