您的位置:首页 > 汽车 > 时评 > 中信建设有限责任公司待遇怎么样_qq小程序打不开怎么办_网站排名怎么搜索靠前_网络营销和网络推广

中信建设有限责任公司待遇怎么样_qq小程序打不开怎么办_网站排名怎么搜索靠前_网络营销和网络推广

2024/11/16 8:25:46 来源:https://blog.csdn.net/jacke121/article/details/143606118  浏览:    关键词:中信建设有限责任公司待遇怎么样_qq小程序打不开怎么办_网站排名怎么搜索靠前_网络营销和网络推广
中信建设有限责任公司待遇怎么样_qq小程序打不开怎么办_网站排名怎么搜索靠前_网络营销和网络推广

 目录

windows conda设置代理

命令行设置代理测试没成功

.condarc配置 测试ok:

查看conda配置

Ubuntu conda设置代理


windows conda设置代理

修改文件: C:\Users\..condarc

channels:
  - http://mirrors.ustc.edu.cn/anaconda/pkgs/free/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
  - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

show_channel_urls: true
allow_other_channels: true

proxy_servers:
  http: http://username:password@xx.xx.xx.xx:port
  https: http://username:password@xx.xx.xx.xx:port

ssl_verify: true
 

命令行设置代理测试成功

conda config --set proxy_servers.http http://127.0.0.1:7890
conda config --set proxy_servers.https http://127.0.0.1:7890

命令行设置后再操作可以,但是改到.condarc 不起作用

.condarc配置 测试失败:

proxy_servers:http: 127.0.0.1:7890https: 127.0.0.1:7890
ssl_verify: false

查看conda配置

conda config --show

Ubuntu conda设置代理

vim ~/.condarc

这个文件中可以看到镜像源信息(如果配置了的话),在下面加上proxy就可以设置代理了:

channels:
  - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
  - defaults
show_channel_urls: true
 
proxy_servers:
  http: http://xxx.xx.com:8080
  https: https://xxx.xx.com:8080
ssl_verify: false
注意:

1.第一个http:和https:后面跟一个空格,ssl_verify:后面也跟一个空格

2.http:和https:后面的链接换成你的代理链接和端口号。

没有空格会报错:无效的参数, frozendict

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com