Closed jjerphan closed 2 months ago
Can you also check that MICROMAMBA_EXE="/usr/local/bin/micromamba"
is the right path? at least locally and project?
And we would also need to replace MAMBA_EXE
with MICROMAMBA_EXE
And maybe remove this so that if we missed places we would have errors.
Or we can just set MAMBA_EXE
to the same path as MICROMAMBA_EXE
instead (less replacement)
Or we can just set MAMBA_EXE to the same path as MICROMAMBA_EXE instead (less replacement)
Done in ff16804. FYI, MAMBA_EXE
has the same value than MICROMAMBA_EXE
i.e "/usr/local/bin/micromamba"
after the hook is called.
Closing as this PR only was meant to test mamba 2.0 release candidates.