You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# 官网
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