admin 管理员组

文章数量: 1086019

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

本文标签: pythonPrevent conda from using the defaults channel in conda update condaStack Overflow