micromamba

Fast cross-platform package manager for Python and conda environments

brewmacoslinux
Try with needOr install directly
Source

About

Fast Cross-Platform Package Manager

Commands

micromamba

Examples

Create a new conda environment with Python 3.11$ micromamba create -n myenv python=3.11
Install packages into an environment$ micromamba install -n myenv numpy pandas scipy
Activate and list packages in an environment$ micromamba activate myenv && micromamba list