- https://github.com/mamba-org/mamba
- https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html
# 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
micromamba shell completion
micromamba self-update
$XDG_CONFIG_HOME/conda/condarc
:
channels:
- conda-forge
- nodefaults
channel_priority: strict
changeps1: false
# vim: set ft=yaml :
- Search anaconda pkgs: https://anaconda.org/search?q=
- Search conda-forge pkgs: https://conda-forge.org/search/
- Conda Common Tasks
- Managing Conda
- Managing environments, including
updating an env
,setting env vars
,saving env vars
- Conda Configuration
- Using the
.condarc
conda configuration file - Settings
- Pip interoperability (experimental)
- Using the
- https://github.com/matbinder/secure-multi-user-conda