pip 使用技巧
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip 使用技巧相关的知识,希望对你有一定的参考价值。
指定豆瓣源安装
pip install configparser -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com/simple
pip install configparser -i https://pypi.tuna.tsinghua.edu.cn/simple/ --trusted-host=
pypi.tuna.tsinghua.edu.cn/simple/
以上是关于pip 使用技巧的主要内容,如果未能解决你的问题,请参考以下文章
Mac + virtualenv + pip + postgresql = 错误:找不到 pg_config 可执行文件