Skip to content

Commit

Permalink
Fix nodefaults in documentation (#2809)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored Oct 18, 2023
1 parent a846436 commit da60313
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/micromamba-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ An exclusive `conda-forge <https://conda-forge.org/>`_ setup can be configured w
.. code-block:: bash
micromamba config append channels conda-forge
micromamba config append channels nodefaults
micromamba config set channel_priority strict
.. _umamba-install-win:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Please use ``conda-forge`` instead.

Please disable the default channels in your install command::

mamba create -c nodefaults ...
mamba create --override-channels ...

Or your :file:`environment.yml` file:

Expand Down

0 comments on commit da60313

Please sign in to comment.