/
...
/
/
PIP
Search
Try Notion
PIP
一.Config
选项 pip config
Set
设置镜像 pip config set global.index-url https://pypi.douban.com/simple/
取消设置 pip config unset global.index
Edit
直接编辑全部设置 pip config --editor vim edit
常见内容
[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple proxy = http://XXXX.com:port [install] trusted-host=mirrors.aliyun.com
Copy
C++
List 显示
二.Install
临时设置镜像 pip install numpy -i https://pypi.douban.com/simple/
三.Tips
不设置代理或镜像会超时而失败
Windows下无法PIP Install scipy(Manim)
原因: 无法下载依赖Build
解决: 手动安装whi
pip install scipy-0.16.1-cp27-none -win_amd64.whl