Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux

conda activate rmg_env

#. 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::

conda config --set solver libmamba
conda config --set solver classic

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

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies:
- conda-forge::openbabel >= 3

# general-purpose external software tools
- conda-forge::julia>=1.8.5,!=1.9.0
- conda-forge::julia=1.8.5
- conda-forge::pyjulia >=0.6

# Python tools
Expand Down