You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/source/users/rmg/installation/anacondaDeveloper.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,9 +110,9 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
110
110
111
111
conda activate rmg_env
112
112
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::
114
114
115
-
conda config --set solver libmamba
115
+
conda config --set solver classic
116
116
117
117
#. Compile RMG-Py after activating the conda environment ::
118
118
@@ -136,7 +136,7 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
136
136
137
137
#. Install and Link Julia dependencies: ::
138
138
139
-
julia -e 'using Pkg; Pkg.add("PyCall");Pkg.build("PyCall");Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator;'
139
+
julia -e 'using Pkg; Pkg.add("PyCall");Pkg.build("PyCall");Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="for_rmg")); using ReactionMechanismSimulator;'
0 commit comments