mamba 报错 command not found: __conda_reactivate

解决方法:升级 mamba 到 v2 版本。

mamba update mamba -y
conda init "$(basename ${SHELL})"
mamba shell init --shell "$(basename ${SHELL})" --root-prefix="$(conda info --base)"

参考:Fix __conda_reactivate command not found error | GitHub

posted @ 2024-12-13 16:33  Undefined443  阅读(103)  评论(0编辑  收藏  举报