Skip to content

Commit 001701f

Browse files
doc: mention that .mambarc channels are ignored (#25)
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
1 parent faf1150 commit 001701f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/contributor/building-locally.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ The above commands do the following:
5151
the recipes test in a clean, freshly created docker container to
5252
ensure that the package does not depend on anything that happens
5353
to be included in the build container.
54+
- Make sure you have `bioconda` and `conda-forge` channels explicitly
55+
added to your environment or your `.condarc`. It is not sufficient
56+
to have those channels specified in `.mambarc`.
5457

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

0 commit comments

Comments
 (0)