赞
踩
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
pip config get global.index-url
https://mirrors.aliyun.com/pypi/simple/
,则表示更改成功。pip install xxx
时插入国内镜像源地址,变为pip install -i 地址 xxx
并回车。pip install opencv-python
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ opencv-python
清华大学: https://pypi.tuna.tsinghua.edu.cn/simple/
阿 里 云: https://mirrors.aliyun.com/pypi/simple/
豆 瓣: https://pypi.douban.com/simple/
中 科 大: https://pypi.mirrors.ustc.edu.cn/simple/
项目隔离:
版本隔离:
快速切换:
环境复制:
如有侵权,请联系删除。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。