conda换成中科大的源,2.更换Conda源「建议收藏」

conda换成中科大的源,2.更换Conda源「建议收藏」#换源###1.Conda切换为清华源>condaconfig–addchannelshttps://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/>condaconfig–addchannelshttps://mirrors.tuna.tsinghua.edu.cn/anaconda/pkg…

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺

# 换源

### 1.Conda切换为清华源

> conda config –add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/

> 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/main/

> conda config –append channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/fastai/

> conda config –append channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/

> conda config –append channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/

> conda config –set show_channel_urls yes

![](http://imgs.bizha.top//2fbaf2ab3fa0d9f6df00a920e71ec352)

### 2.Conda切换为中国科技大学源

> conda config –add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/

> conda config –add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/

> conda config –add channels https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge/

> conda config –add channels https://mirrors.ustc.edu.cn/anaconda/cloud/msys2/

> conda config –add channels https://mirrors.ustc.edu.cn/anaconda/cloud/bioconda/

> conda config –add channels https://mirrors.ustc.edu.cn/anaconda/cloud/menpo/

> conda config –set show_channel_urls yes

### 3.Conda切换为上海交通大学源

>conda config –add channels https://mirrors.sjtug.sjtu.edu.cn/anaconda/pkgs/main/

>conda config –add channels https://mirrors.sjtug.sjtu.edu.cn/anaconda/pkgs/free/

>conda config –add channels https://mirrors.sjtug.sjtu.edu.cn/anaconda/cloud/conda-forge/

> conda config –set show_channel_urls yes

### 删源

>conda config –remove channels https……

### 查看已安装源

>conda config –show

### 设置搜索时显示通道地址

>conda config –set show_channel_urls yes

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/188665.html原文链接:https://javaforall.net

(0)
上一篇 2026年4月15日 下午10:40
下一篇 2026年4月15日 下午10:46


相关推荐

  • java 时间转换成字符串_JAVA8时间新特性时间与字符串直接的转换

    java 时间转换成字符串_JAVA8时间新特性时间与字符串直接的转换对很多应用来说,时间和日期的概念都是必须的。像生日,租赁期,事件的时间戳和商店营业时长,等等,都是基于时间和日期的;然而,Java却没有好的API来处理它们。在JavaSE8中,添加了一个新包:java.time,它提供了结构良好的API来处理时间和日期。新的API:java.time,由5个包组成:大多数开发者只会用到基础和format包,也可能会用到temporal包。因此,尽管有68个新…

    2022年5月5日
    113
  • 2021golang面试题

    2021golang面试题1.golangGC

    2022年6月20日
    26
  • NorthWind 数据库「建议收藏」

    NorthWind 数据库「建议收藏」NorthWind数据库Categories:产品类别;Customers:客户;Employees:雇员EmployeesTerritories:员工涉及领域OrderDetails:订单明细Orders:订单Products:产品Region:地区Shippers:运货商Suppliers:供应商Territories:地域    在NorthWind

    2025年8月24日
    8
  • 差分放大电路基础

    差分放大电路基础该放大器的传递函数为 若 R1 R3 且 R2 R4 则公式 1 简化为 应用电路 电路一 用运放做电流采样 再用单片机 AD 采集处理 注 1 Rp10 Rp11 Cp8 Cp9 是对输入做的 RC 滤波 后面的 Rp15 和 Cp11 是对输出做的 RC 滤波 nbsp 2 Rp16 是为了防止运放输出不够低的现象 电阻的阻值不宜过大过小 根据运放的阻抗选择 3 Dp6 是为了防止输出端电压过高 烧坏 CPU 的

    2025年7月31日
    7
  • springboot实现拦截器_spring拦截器和过滤器

    springboot实现拦截器_spring拦截器和过滤器集成拦截器登录验证为例添加拦截器public class LoginInterceptor implements HandlerInterceptor { private Logger log = LoggerFactory.getLogger(getClass()); //Controller逻辑执行之前 @Override public boolean preHandle(HttpServletRequest request, HttpServletRe

    2022年8月9日
    4
  • ssh和sftp为什么是同一端口_ssh和sftp使用不同的端口

    ssh和sftp为什么是同一端口_ssh和sftp使用不同的端口8种机械键盘轴体对比本人程序员,要买一个写代码的键盘,请问红轴和茶轴怎么选?1.1描述SFTP(SSHFileTransferProtocol)即安全文件传送协议),是一数据流连接,提供文件访问、传输和管理功能的网络传输协议。其功能旨在允许客户端主机可以像访问本地存储一样通过网络访问服务器端文件。sftp是基于ssh上实现的,所以严格来说我们是无法来关闭ssh,而只是使用sftp。ssh…

    2025年11月15日
    4

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号