Skip to content

Commit 5280a3c

Browse files
committed
rmg sh
1 parent 2594d06 commit 5280a3c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

devtools/install_rmg.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ export_to_bashrc() {
6565
export_to_bashrc "RMG_PY_PATH" "$RMG_PY_PATH"
6666
export_to_bashrc "RMG_DB_PATH" "$RMG_DB_PATH"
6767

68+
# Configure conda to use libmamba solver
69+
conda install -n base conda-libmamba-solver -y
70+
conda config --set solver libmamba
71+
6872
# RMG-Py setup
6973
cd "$RMG_PY_PATH"
7074
if ! conda env list | grep -q "rmg_env"; then

0 commit comments

Comments
 (0)