Mamba¶
Compared to conda, mamba is faster but larger.
micromamba¶
micromamba is a tiny version of the mamba package manager
micromamba supports a subset of all mamba or conda commands
show available versions¶
update¶
Note: Installing the conda or mamba package in anywhere other than base will lead to surprising behavior.
list env¶
create env¶
mamba create --name dev python=3.11
# to activate dev by default, in the end of .bashrc add
mamba activate dev
# then
source ~/.bashrc
install package¶
mamba install scipy black numpy pandas -y
mamba install sqlalchemy=1.* #install latest version of 1.x
update package¶
remove package¶
clear cache¶
error: SSL certificate not OK¶
in .condarc, we should delete this line