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
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.
The text was updated successfully, but these errors were encountered:
Currently, compute managers run commands in other environments with
conda run
. This does not work with micromamba, which does not have theconda
command.Note that, at least on my test system, the
micromamba
command is an alias, sowhich micromamba
andshutil.which('micromamba')
will fail, althoughcommand -v micromamba
works.The text was updated successfully, but these errors were encountered: