-
Notifications
You must be signed in to change notification settings - Fork 371
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
Extend troubleshooting docs #2451
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The additions clarifies the mamba command configuration for beginners. I have added minor editions.
@@ -16,7 +16,14 @@ Installing packages other than Conda and Mamba into the ``base`` environment is | |||
Mixing the ``defaults`` and ``conda-forge`` channels | |||
---------------------------------------------------- | |||
|
|||
Using the ``defaults`` and ``conda-forge`` channels at the same time is not supported, eg. using a channel configuration like this: | |||
The `Anaconda default channels <https://docs.anaconda.com/anaconda/user-guide/tasks/using-repositories/>`_ are **incompatible** with conda-forge: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `Anaconda default channels <https://docs.anaconda.com/anaconda/user-guide/tasks/using-repositories/>`_ are **incompatible** with conda-forge: | |
The `Anaconda default channels <https://docs.anaconda.com/anaconda/user-guide/tasks/using-repositories/>`_ are **incompatible** with conda-forge. Examples of default channels are as follows: |
@@ -16,7 +16,14 @@ Installing packages other than Conda and Mamba into the ``base`` environment is | |||
Mixing the ``defaults`` and ``conda-forge`` channels | |||
---------------------------------------------------- | |||
|
|||
Using the ``defaults`` and ``conda-forge`` channels at the same time is not supported, eg. using a channel configuration like this: | |||
The `Anaconda default channels <https://docs.anaconda.com/anaconda/user-guide/tasks/using-repositories/>`_ are **incompatible** with conda-forge: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ``msys2`` | ||
- ``defaults`` (which includes all of the above) | ||
|
||
Using the default and ``conda-forge`` channels at the same time is not supported, eg. using a channel configuration like this: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the default and ``conda-forge`` channels at the same time is not supported, eg. using a channel configuration like this: | |
Using the ``default`` and ``conda-forge`` channels at the same time is not supported, eg. using a channel configuration like this: | |
channels: | |
- conda-forge | |
- defaults | |
@@ -25,7 +32,27 @@ Using the ``defaults`` and ``conda-forge`` channels at the same time is not supp | |||
- conda-forge | |||
- defaults |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put these four lines earlier in the document as suggested.
No description provided.