当前位置:网站首页>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
边栏推荐
- 训练好的深度学习模型,多种部署方式
- 2017 G icpc shenyang Infinite Fraction Path BFS + pruning
- 高项 03 项目立项管理
- 常见的分布式事务解决方案
- Difference Constraint - Graph Theory
- 高项 01 信息化与信息系统
- JSONObject遍历的时候顺序不一致,导致数据对应出错
- XILINX K7 FPGA+RK3399 PCIE驱动调试
- 【MySQL】update mysql.user set authentication_string=password(“123456“) where User=‘root‘; 报错
- 软件测试的岗位会越来越少吗?
猜你喜欢
随机推荐
灵活好用的sql monitoring 脚本 part7
View log common commands
定时任务组件Quartz
Lottie系列四:使用建议
【ROS2原理8】节点到参与者的重映射
Forest Program dfs+tanjar仙人掌
工信部等四部门推动绿色智能家居产品下乡
金九银十即将到来,求职套路多,面试指南我来分享~
【sqlite3】sqlite3.OperationalError: table addresses has 7 columns but 6 values were supplied
【Docker】Docker安装MySQL
way of thinking problem-solving skills
makefile记录
Neural Network Optimizer
Oracle 限制时将空值排除
【机器学习】随机森林、GBDT、XGBoost、LightGBM等集成学习代码练习
DSP+ARM+FPGA高速PCIE/千兆网口信号仿真介绍
SAP ALV 数据导出被截断的bug
(本章节完结)排序第五节——非比较排序(计数排序+基数排序+桶排序)(附有自己的视频讲解)
js数组相关知识复习
力扣 636. 函数的独占时间