- This gist is a summary on how to do it on Linux. If you're in another platform, see:
- https://mamba.readthedocs.io/en/latest/micromamba-installation.html#:~:text=1.4.6-,Manual%20installation,-%C2%B6
For this, you can run: uname -m
Depending on the output, follow the command from the installation guide:
# Linux Intel (x86_64):
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
# Linux ARM64:
curl -Ls https://micro.mamba.pm/api/micromamba/linux-aarch64/latest | tar -xvj bin/micromamba
# Linux Power:
curl -Ls https://micro.mamba.pm/api/micromamba/linux-ppc64le/latest | tar -xvj bin/micromamba
# macOS Intel (x86_64):
curl -Ls https://micro.mamba.pm/api/micromamba/osx-64/latest | tar -xvj bin/micromamba
# macOS Silicon/M1 (ARM64):
curl -Ls https://micro.mamba.pm/api/micromamba/osx-arm64/latest | tar -xvj bin/micromamba
Initialize it: ./bin/micromamba shell init -s bash ~/micromamba