You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mamba and Micromamba will not work with a .condarc file given with CONDARC/--rc-file unless it ends in "condarc":
$ micromamba info --rc-file bla
...
populated config files :
libmamba version : 0.19.1
micromamba version : 0.19.1
...
$ CONDARC=bla mamba info
# Quits immediately, no output
Interestingly this also doesn't work with Conda, which responds with this beauty:
$ CONDARC=bla conda info
[y/N]:
# WAT??
It works if the file ends in "condarc", but not in Micromamba:
Mamba and Micromamba will not work with a
.condarc
file given withCONDARC
/--rc-file
unless it ends in "condarc":Interestingly this also doesn't work with Conda, which responds with this beauty:
It works if the file ends in "condarc", but not in Micromamba:
The text was updated successfully, but these errors were encountered: