Skip to content

Commit

Permalink
doc: mention that .mambarc channels are ignored (#25)
Browse files Browse the repository at this point in the history
As someone who uses mamba for everything, I didn't realize I had to manually add conda-forge and bioconda channels to `.condarc`

The fact that there's no debug logging for conda possible through bioconda-utils made debugging harder, so this note could help others in the future who similarly use .mambarc but not .condarc

Related to bioconda/bioconda-utils#1006
  • Loading branch information
corneliusroemer authored Jul 11, 2024
1 parent faf1150 commit 001701f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/contributor/building-locally.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ The above commands do the following:
the recipes test in a clean, freshly created docker container to
ensure that the package does not depend on anything that happens
to be included in the build container.
- Make sure you have `bioconda` and `conda-forge` channels explicitly
added to your environment or your `.condarc`. It is not sufficient
to have those channels specified in `.mambarc`.

If you do not have access to Docker, you can still run the basic test by
omitting the ``--docker`` and ``--mulled-test`` options.
Expand Down

0 comments on commit 001701f

Please sign in to comment.