mamba 包管理器
Mamba
Mamba 是一个快速、健壮、跨平台的包管理器。
它在 Windows、OS X 和 Linux(包括 ARM64 和 PPC64LE)上运行,与 conda 软件包完全兼容,并支持大多数 conda 命令。
1 | # upgrade all packages |
[!CAUTION]
mamba 自带的 conda 环境中的 python 在 windows 上编译需要附带设置 mamba 环境,否则运行会 crash
PYTHONHOME=path-to-mambaforge-installation
PYTHONPATH=path-to-mambaforge-installation
links:
conda
links:
设置国内源
1 | # 添加清华源 |
conda 环境
1 | # 指定python版本创建版本 |
Auto Integration
自动激活 conda 环境
1 | # 集成 powershell, -d == --dry-run |