Skip to content

Commit

Permalink
Docs: configure conda to use only conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Jan 16, 2025
1 parent a053457 commit 6ffc729
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Docs/source/install/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ Conda (Linux/macOS/Windows)
conda config --set auto_activate_base false
In order to make sure that the Conda configuration uses ``conda-forge`` as the only channel, which will help avoid issues with blocked ``defaults`` or ``anaconda`` repositories, please set the following configurations:

.. code-block:: bash
conda config --add channels conda-forge
conda config --set channel_priority strict
.. tab-set::

.. tab-item:: With MPI (only Linux/macOS)
Expand Down

0 comments on commit 6ffc729

Please sign in to comment.