Lightweight bootstrapper for a conda executable. Automatically downloads and installs conda or mamba (including conda-standalone) if not already present. Current version 1.6.0, requires Python >=3.8. Active maintenance with occasional releases.
pip install ensurecondaVerified import paths — ran on the pinned version, not inferred.
Basic usage: ensureconda() finds or installs conda. Pass mamba=True for mamba.
export ENSURECONDA_CONDA_STANDALONE_CHANNEL=anaconda before calling ensureconda.
Pre-install conda/mamba in the environment or use a persistent cache.
Check compatibility with conda-forge's conda-standalone or override channel.
Use `import ensureconda` and call `ensureconda.ensureconda()` or upgrade to >=1.4.0.
Set ENSURECONDA_CONDA_STANDALONE_CHANNEL to anaconda or conda-forge, or manually install conda.
Install conda/mamba via other means, or use a compatible platform.
No dependency data recorded yet.