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