We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation at https://mamba.readthedocs.io/en/latest/user_guide/configuration.html is very useful. As part of it, there is a segment which says:
The resulting configuration written using YAML syntax is:
channels: - my-channel # 'CLI' - conda-forge # '~/.mambarc' always_yes: true # 'MAMBA_ALWAYS_YES' > '~/.mambarc'
Is there any way that we can generate such a yaml file (bonus: with attribution included)?
The text was updated successfully, but these errors were encountered:
#2697 micromamba config list --sources
micromamba config list --sources
run micromamba config list --help for other arguments to alter the output with more or less descriptors.
micromamba config list --help
Sorry, something went wrong.
No branches or pull requests
The documentation at https://mamba.readthedocs.io/en/latest/user_guide/configuration.html is very useful. As part of it, there is a segment which says:
The resulting configuration written using YAML syntax is:
Is there any way that we can generate such a yaml file (bonus: with attribution included)?
The text was updated successfully, but these errors were encountered: