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

【Anaconda】换源常用命令

【Anaconda】换源常用命令

注意换源只需配置清华或中科大或阿里中的任意一个即可,都列出来只是为了备用,方便查找
每创建一个新的虚拟环境,都需要换一次源

  1. 查看当前源
conda config --show channels
  1. 配置清华源
    清华源官网
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
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/cloud/msys2/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ 
conda config --set show_channel_urls yes
  1. 配置中科大源
    中科大源官网
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
  1. 删除已添加的源
conda config --remove-key channels
  1. 临时使用某源下载
pip install XXXX -i https://pypi.tuna.tsinghua.edu.cn/simple 
pip install XXXX -i https://pypi.doubanio.com/simple/
  1. conda-forge的含义

conda-forge 是一个社区驱动的 Conda 软件包的仓库。它是由全球各地的开发者共同维护的一个开源项目,旨在为用户提供更广泛、更及时更新的软件包,并且通常包含一些官方仓库中没有的软件包或者更新版本的软件包。

要使用 conda-forge 仓库中的软件包,可以在使用 conda install 命令时通过 -c conda-forge 参数来指定使用这个仓库

conda install package_name -c conda-forge


http://www.kler.cn/a/274825.html

相关文章:

  • centos7下docker 容器实现redis主从同步
  • 猫头虎分享:读孙凝晖院士《人工智能与智能计算的发展》有感
  • 轻松上手:使用 Vercel 部署 HTML 页面教程
  • uniApp使用腾讯地图提示未添加maps模块
  • 8K+Red+Raw+ProRes422分享5个影视级视频素材网站
  • oracle 设置归档日志存放路径
  • 风丘电动汽车高压测试方案 助您高效应对车辆试验难题
  • Spark on Yarn安装配置
  • Java后台生成多个Excel并用Zip打包后(可以将excel文件放置到不同的目录)下载
  • JS+CSS3点击粒子烟花动画js特效
  • 在CentOS 7服务器上添加和删除用户的方法
  • C++:类和对象(上篇)
  • 网络工程师练习题3
  • RO段、RW段和ZI段的理解
  • 一次完整的 HTTP 请求所经历的步骤
  • XML语言的学习记录5- XSD
  • 智慧城市的发展趋势与挑战:未来展望
  • python 笔记:locals
  • Android Studio实现内容丰富的安卓外卖平台
  • C# ---Extension Method
  • 当人工智能遇上“理解偏差”:一场关于天气的宇宙之旅
  • 【Python 48小时速成 3】输入与输出
  • Yarn 管理的前端项目转换为使用 npm
  • docker入门(五)—— 小练习,docker安装nginx、elasticsearch
  • python大学生健身爱好者交流网站flask-django-nodejs-php
  • 1035. 不相交的线