Skip to content

Commit 96c8830

Browse files
oscarwumitrwest
authored andcommitted
update dev install instruction
1 parent b4259a1 commit 96c8830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ 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::
113+
#. Switch the conda solver back to default, to avoid potential conflicts with Julia commands below::
114114

115-
conda config --set solver libmamba
115+
conda config --set solver classic
116116

117117
#. Compile RMG-Py after activating the conda environment ::
118118

0 commit comments

Comments
 (0)