最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

python - Prevent conda from using the defaults channel in `conda update conda` - Stack Overflow

programmeradmin0浏览0评论

Conda apparently is trying to use the defaults channel when I run

conda update conda

The output is:

Channels:
 - conda-fe
 - bioconda
 - nodefaults
 - defaults
Platform: osx-arm64

I then interrupt the command using control+c, because I do not want to use the defaults channel.

My ~/.condarc file is:

channels:
  - conda-fe
  - bioconda
  - nodefaults
auto_activate_base: false

See also:

These related posts did not solve my issue:

  • How do I completely purge and disable the default channel in Anaconda and switch to conda-fe?
  • Forbid usage of defaults channel in Conda
发布评论

评论列表(0)

  1. 暂无评论