We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4259a1 commit 96c8830Copy full SHA for 96c8830
documentation/source/users/rmg/installation/anacondaDeveloper.rst
@@ -110,9 +110,9 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
110
111
conda activate rmg_env
112
113
-#. Switch the conda solver to libmamba again, to accelerate any changes you might make to this conda environment in the future::
+#. Switch the conda solver back to default, to avoid potential conflicts with Julia commands below::
114
115
- conda config --set solver libmamba
+ conda config --set solver classic
116
117
#. Compile RMG-Py after activating the conda environment ::
118
0 commit comments