anaconda镜像源,查看镜像,删除镜像,添加镜像

查看镜像配置:

conda config --show
channel 对应的就是我们的镜像配置
在这里插入图片描述

删除旧镜像源

conda config --remove channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

添加新镜像源:

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 --set show_channel_urls yes

用查看镜像配置的命令,可显示下图:
在这里插入图片描述

相关推荐

  1. pip和conda添加删除镜像

    2024-01-19 22:52:02       31 阅读
  2. Anaconda、Pycharm以及Pip配置镜像

    2024-01-19 22:52:02       8 阅读
  3. Anaconda 镜像清华大学开源软件镜像

    2024-01-19 22:52:02       40 阅读
  4. node NPM镜像查看和切换

    2024-01-19 22:52:02       11 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-01-19 22:52:02       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-19 22:52:02       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-19 22:52:02       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-19 22:52:02       20 阅读

热门阅读

  1. Spring Boot入门

    2024-01-19 22:52:02       38 阅读
  2. Go自研微服务框架-参数处理

    2024-01-19 22:52:02       28 阅读
  3. QT 1.17

    QT 1.17

    2024-01-19 22:52:02      34 阅读
  4. 安装sftpgo

    2024-01-19 22:52:02       40 阅读
  5. 算法.单链表

    2024-01-19 22:52:02       38 阅读