当前位置:网站首页>Anaconda use proxy

Anaconda use proxy

2022-08-09 07:32:00 qq_52217283

xxx represents the username of your current computer login

Find the path C:\Users\xxx\.condarc file

When you use a local proxy, and you need anaconda to also use proxy download, you need to change it

auto_activate_base: falsessl_verify: truechannels:- defaultsshow_channel_urls: trueproxy_servers:http: http://127.0.0.1:7890https: http://127.0.0.1:7890

If the file is not found, run the following code to generate the file

conda config --set proxy_servers.http http://id:[email protected]:portconda config --set proxy_servers.https://id:[email protected]:port

原网站

版权声明
本文为[qq_52217283]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/221/202208090729485411.html