MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
143 stars 47 forks source link

Allow compute managers to use micromamba #779

Open bennybp opened 9 months ago

bennybp commented 9 months ago

Currently, compute managers run commands in other environments with conda run. This does not work with micromamba, which does not have the conda command.

Note that, at least on my test system, the micromamba command is an alias, so which micromamba and shutil.which('micromamba')will fail, although command -v micromamba works.