Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support .condarc files that don't end in "condarc"? #1394

Open
jonashaag opened this issue Jan 25, 2022 · 0 comments
Open

Support .condarc files that don't end in "condarc"? #1394

jonashaag opened this issue Jan 25, 2022 · 0 comments

Comments

@jonashaag
Copy link
Collaborator

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:

$ CONDARC=blacondarc mamba info
...
 populated config files : /opt/homebrew/Caskroom/mambaforge/base/.condarc
                          /Users/j/.condarc
                          /tmp/blacondarc
...

$ micromamba --rc-file blacondarc info
...
 populated config files :
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant