pycharm使用pip更换安装源
在Pycharm底部的 Terminal
输入
// An highlighted block
PS D:\Users> pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
Writing to C:\Users\AppData\Roaming\pip\pip.ini
#下面这行代码是查看镜像源修了没
PS D:\Users> pip -v config list
For variant 'global', will try loading 'C:\ProgramData\pip\pip.ini'
For variant 'user', will try loading 'C:\Users\HKJ\pip\pip.ini'
For variant 'user', will try loading 'C:\Users\HKJ\AppData\Roaming\pip\pip.ini'
For variant 'site', will try loading 'd:\program files\python38\pip.ini'
global.index-url='https://pypi.tuna.tsinghua.edu.cn/simple'
PS D:\Python_project\Cycle-Gan>
国内的几个源:
阿里云 :http://mirrors.aliyun.com/pypi/simple/
中国科技大学: https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban): http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/10799.html