# 官网 https://mamba.readthedocs.io/en/latest/installation/mamba-installation.html # 再见conda,你好Mamba https://blog.csdn.net/y1282037271/article/details/128628556 # 使用mamba替换conda和anaconda配置环境安装软件 https://blog.csdn.net/weixin_44493991/article/details/135526372 # 国内镜像下载站 https://mirror.nju.edu.cn/github-release/conda-forge/miniforge/LatestRelease/ # 黄海下载的版本 https://mirror.nju.edu.cn/github-release/conda-forge/miniforge/LatestRelease/Miniforge3-24.11.3-2-Windows-x86_64.exe # 命令 manba init manba create -n manimce python=3.11 manba activate manimce (manimce) C:\Users\Administrator