dengal3 / log

record daily bugs :p
0 stars 0 forks source link

2017-05-01 #6

Open dengal3 opened 7 years ago

dengal3 commented 7 years ago

劳动节当然是劳动最光荣。

Q1. pip安装 read time out问题

解决:换源
sudo pip install --index-url https://pypi.douban.com/simple ipython

pip 源更改设置

pipy 国内镜像目前有:

   http://pypi.douban.com/ 豆瓣

   http://pypi.hustunique.com/ 华中理工大学

   http://pypi.sdutlinux.org/ 山东理工大学

   http://pypi.mirrors.ustc.edu.cn/ 中国科学技术大学

手动指定源: 在 pip 后面跟-i 来指定源,比如用豆瓣的源来安装 web.py 框架: pip install web.py -i http://pypi.douban.com/simple 注意后面要有 /simple 目录!!!