当前位置:网站首页>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
边栏推荐
- Change Jupyter Notebook default open directory
- 高项 03 项目立项管理
- 线程API
- 分布式事务的应用场景
- 虚拟机网卡报错:Bringing up interface eth0: Error: No suitable device found: no device found for connection
- 信息反馈平台的设计与实现(一、项目设计)
- Important news丨.NET Core 3.1 will end support on December 13 this year
- tianqf's problem-solving ideas
- eyb:Redis学习(2)
- 错误:为 repo ‘oracle_linux_repo‘ 下载元数据失败 : Cannot download repomd.xml: Cannot download repodata/repomd.
猜你喜欢
毕业我选择了保家卫国,退伍我选择了华为外包
C语言:字符逆序
Variable used in lambda expression should be final or effectively final报错解决方案
LeetCode:876. 链表的中间结点————简单
SAP ALV 数据导出被截断的bug
DIMP:Learning Discriminative Model Prediction for Tracking 学习判别模型预测的跟踪
Important news丨.NET Core 3.1 will end support on December 13 this year
RK3568商显版开源鸿蒙板卡产品解决方案
c语言位段
高项 04 项目整体管理
随机推荐
C语言:调整奇数偶数顺序
Better Scroll Y上下滚动无法上拉滚动解决办法
Neural Network Optimizer
链表专项练习(四)
postgresql窗口功能
Lottie系列一:介绍与使用
Pytorch中 nn.BatchNorm2d() 归一化操作
Variable used in lambda expression should be final or effectively final报错解决方案
排序第二节——选择排序(选择排序+堆排序)(两个视频讲解)
一站制造项目及Spark核心面试 ,220808,,,
(error) NOAUTH Authentication required.
Tkinter可以选择的颜色
Unity first lesson
composer 内存不足够
Codeforces Round #359 (Div. 2) C. Robbers' watch Violent Enumeration
线程API
(本章节完结)排序第五节——非比较排序(计数排序+基数排序+桶排序)(附有自己的视频讲解)
日期处理,字符串日期格式转换
软件测试的岗位会越来越少吗?
常见的分布式事务解决方案