当前位置: 首页 > news >正文

Conda换源(Linux)

目录

一、相关命令

1.添加软件包渠道

2.查看已添加的渠道

3.删除不想要的渠道

4.显示从哪个渠道安装软件包

二、添加其他源

1.添加conda源

2.添加tuna源

3.添加ali源


一、相关命令

1.添加软件包渠道

conda config --add channels conda-forge

2.查看已添加的渠道

conda config --show channels

3.删除不想要的渠道

conda config --remove channels <channel-name>

4.显示从哪个渠道安装软件包

conda config --set show_channel_urls yes

二、添加其他源

1.添加conda源

conda config --add channels conda-forge

2.添加tuna源

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r
conda config --add https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro
conda config --add https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys2
conda config --set show_channel_urls yes

3.添加ali源

conda config --add channels http://mirrors.aliyun.com/anaconda/pkgs/main
conda config --add channels http://mirrors.aliyun.com/anaconda/pkgs/r
conda config --add channels http://mirrors.aliyun.com/anaconda/pkgs/msys2
conda config --set show_channel_urls yes
http://www.lryc.cn/news/107957.html

相关文章:

  • 【C语言学习】数据类型转换
  • 深入了解PostgreSQL:高级查询和性能优化技巧
  • 【C#学习笔记】值类型(1)
  • 二十三种设计模式第二十二篇--中介者模式
  • 小研究 - 微服务系统服务依赖发现技术综述(二)
  • javaee 泛型的上下边界和通配符的使用
  • 【TypeScript】类型声明及应用(二)
  • rust from_utf8_lossy怎么使用?
  • #P0997. [NOIP2006普及组] 数列
  • 做完两年外包,感觉自己废了一半....
  • Kubernetes系列-Ingress
  • 软件测试之Docker常见问题汇总!附解决方法!
  • Python-操作Excel表-openpyxl模块使用
  • 向 Maven 中央仓库上传一个修改过的基于jeecg的autoPOI的 jar包记录
  • 【HDFS】Block、BlockInfo、BlockInfoContiguous、BlockInfoStriped的分析记录
  • STM32 LoRa(学习二)
  • ASP.NET Core学习路线图
  • 无涯教程-Lua - for语句函数
  • 二叉树的相关题目
  • 【antd之tabs踩坑篇】Tabs有items时切换不起作用
  • 简单模拟livedata数据倒灌
  • python爬虫-加速乐cookie混淆解析实例小记
  • TensorFlow 中前缀 prefix
  • SystemVerilog scheduler
  • Qt 5. QSerialPort串口收发
  • 什么是Java中的JVMTI(JVM Tool Interface)?
  • WAF独木难支 RASP与ADR将成应用安全防护2.0时代新宠
  • 四、Unity中颜色空间
  • Java程序员面试题
  • 【自动化剧本】Role角色