diff --git a/scripts/mamba.sh b/scripts/mamba.sh index 83065172f..2c0e3ff0c 100644 --- a/scripts/mamba.sh +++ b/scripts/mamba.sh @@ -26,6 +26,6 @@ main_brew() { main() { dotfile mamba mambarc - micromamba shell init --shell=zsh --prefix="$HOME/micromamba" + micromamba shell init --shell=zsh --root-prefix="$HOME/micromamba" micromamba install -n base jupyterlab pandas numpy geopandas polars }