Skip to content

Commit

Permalink
docs: libmamba is now the default solver in conda
Browse files Browse the repository at this point in the history
libmamba has been the default solver for a little over a year, so
we don't need to manually install it:

https://conda.org/blog/2023-11-06-conda-23-10-0-release/

Signed-off-by: Anton Blanchard <[email protected]>
  • Loading branch information
antonblanchard committed Nov 19, 2024
1 parent 9975582 commit 66b4079
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/Chipyard-Basics/Initial-Repo-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ After Conda is installed and is on your ``PATH``, we need to install a version o
For this you can use the system package manager like ``yum`` or ``apt`` to install ``git``.
This ``git`` is only used to first checkout the repository, we will later install a newer version of ``git`` with Conda.

Next, we install `libmamba <https://www.anaconda.com/blog/a-faster-conda-for-a-growing-community>`__ for much faster dependency solving when initially setting up the repository.

.. code-block:: shell
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
Next ensure that you are able to use Conda.
By default after Conda's setup you should already be in the ``base`` environment but you can run the following to enter it if needed:

Expand Down

0 comments on commit 66b4079

Please sign in to comment.