We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2594d06 commit 5280a3cCopy full SHA for 5280a3c
1 file changed
devtools/install_rmg.sh
@@ -65,6 +65,10 @@ export_to_bashrc() {
65
export_to_bashrc "RMG_PY_PATH" "$RMG_PY_PATH"
66
export_to_bashrc "RMG_DB_PATH" "$RMG_DB_PATH"
67
68
+# Configure conda to use libmamba solver
69
+conda install -n base conda-libmamba-solver -y
70
+conda config --set solver libmamba
71
+
72
# RMG-Py setup
73
cd "$RMG_PY_PATH"
74
if ! conda env list | grep -q "rmg_env"; then
0 commit comments