41a0142
1 2 3 4 5 6 7
set -ex CONDA_SOLVER=libmamba conda create -n test --dry-run scipy conda create --solver libmamba -n test --dry-run scipy exit 0