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

Extend troubleshooting docs #2451

Merged
merged 2 commits into from
Apr 11, 2023
Merged

Conversation

jonashaag
Copy link
Contributor

No description provided.

Copy link

@gonzarizzo gonzarizzo left a 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:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

- ``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:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

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.

@jonashaag jonashaag merged commit 29cf64e into mamba-org:main Apr 11, 2023
@jonashaag jonashaag deleted the jonashaag-patch-16 branch April 11, 2023 19:58
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

Successfully merging this pull request may close these issues.

3 participants