micromamba is a tiny version of the mamba package manager. It is a pure C++ package with a separate command line interface. It can be used to bootstrap environments (as an alternative to miniconda), but it's currently experimental.
micromamba is a tiny version of the mamba package manager. It is a pure C++ package with a separate command line interface. It can be used to bootstrap environments (as an alternative to miniconda), but it's currently experimental.
To install micromamba, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install micromamba
To see what files were installed by micromamba, run:
port contents micromamba
To later upgrade micromamba, run:
sudo port selfupdate && sudo port upgrade micromamba
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.