-
Notifications
You must be signed in to change notification settings - Fork 363
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
Cannot disable defaults channel #3073
Comments
Thanks, I think it should have been It is disabled by default in most installations, but it is a very common mistake people make and so it is documented very aggressively in the troubleshooting guide. |
Oh, so I don't have to disable it manually. $ mamba env create --override-channels ...
usage: mamba [-h] {create,export,list,remove,update,config} ...
mamba: error: unrecognized arguments: --override-channels
$ mamba --version
mamba 1.4.2
conda 23.3.1 |
I don't understand why you don't have the option. With Conda 23.10:
works |
@jmakov if you want to disable defaults channels alltogether, you can also add to your default_channels: [] |
Thanks. So to share my case - I'm installing mamba from a makefile and wanted to copy paste the command from the docs. |
It seems like the docs are invalid: conda/conda#10498 |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Mambaforge or latest Miniforge
Search tried in issue tracker
defaults
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
Wanted to disable defaults channel after install step in makefile. Copy pasting the command from the docs results in error. Also if it's not recommended, why isn't it disabled by default?
mamba create --override-channels
... returnsMore info here: conda-forge/miniforge#542
mamba info / micromamba info
No response
Logs
No response
environment.yml
No response
~/.condarc
No response
The text was updated successfully, but these errors were encountered: