后台小程序开发的全方位指南
955
2022-10-01
ubuntu18.04修改pip源为阿里源
最近装新机器的时候总是需要换pip-源,索性给自己写个教程吧,以后用得着
cd ~mkdir .pipcd ~/.piptouch pip.conf
vim pip.conf
然后写入:
[global]trusted-host=mirrors.aliyun.comindex-url=pip3 install tensorflow-gpu==1.14Collecting tensorflow-gpu==1.14/usr/share/python-wheels/urllib3-1.22-py2.py3-none-any.whl/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: Downloading (377.0MB) 26% |████████▌ | 99.6MB 13.5MB/s eta 0:00:21
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~