mamba/libmamba/data/activate.bat

7 lines
164 B
Batchfile

R"MAMBARAW(
@REM Copyright (C) 2021 QuantStack
@REM SPDX-License-Identifier: BSD-3-Clause
@CALL "%~dp0..\condabin\mamba_hook.bat"
micromamba activate %*
)MAMBARAW"