any help or guidance is appreciated.
# ask-metaflow
c
any help or guidance is appreciated.
d
the env management solution that metaflow uses is based on conda. Your flow likely has one or more
@conda
decorators and it is being launched using
myflow.py --environment=conda run
or something like that.
metaflow just needs to find a conda installation for the binary (or mamba for that matter)
with that, it should be able to create/manage its own environments.
c
can you elaborate how to install mamba.
d
run the appropriate script for your platform and you should be good to go
🥳 1