Skip to content

Commit 9c8667d

Browse files
committed
conda now uses libmamba by default, update docs
1 parent 40b368c commit 9c8667d

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

documentation/source/users/rmg/installation/anacondaDeveloper.rst

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
2525

2626
Note that you should reinitialize or restart your terminal in order for the changes to take effect, as the installer will tell you.
2727

28+
#. If your `conda` version is older than 23.10.0, switch the solver backend to `libmamba` ::
29+
30+
conda install -n base conda-libmamba-solver
31+
conda config --set solver libmamba
32+
2833
#. There are a few system-level dependencies which are required and should not be installed via Conda. These include
2934
`Git <https://git-scm.com/>`_ for version control, `GNU Make <https://www.gnu.org/software/make/>`_, and the C and C++ compilers from the `GNU Compiler Collection (GCC) <https://gcc.gnu.org/>`_ for compiling RMG.
3035

@@ -71,11 +76,6 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
7176

7277
For information on using ``ssh`` with GitHub see the `Connecting to GitHub with SSH <https://docs.github.com/en/authentication/connecting-to-github-with-ssh>`_
7378

74-
#. Switch the conda solver backend to speed up creation of the RMG environment ::
75-
76-
conda install -n base conda-libmamba-solver
77-
conda config --set solver libmamba
78-
7979
#. Navigate to the RMG-Py directory ::
8080

8181
cd RMG-Py
@@ -110,10 +110,6 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
110110

111111
conda activate rmg_env
112112

113-
#. Switch the conda solver to libmamba again, to accelerate any changes you might make to this conda environment in the future::
114-
115-
conda config --set solver libmamba
116-
117113
#. Compile RMG-Py after activating the conda environment ::
118114

119115
make

0 commit comments

Comments
 (0)