miniconda - Performance of mamba vs conda - Stack Overflow
jupyter - Conda vs. Mamba Confusion - What should be used when building custom docker images - Stack Overflow
What are people using instead of Anaconda these days?
python - How could using Mamba instead of Conda as package manager for Anaconda be problematic? - Stack Overflow
When should I choose Anaconda over Miniconda?
Should I use Mamba instead of conda?
What’s the main difference between Anaconda and Miniconda?
Videos
After a couple of instances where conda simply could not install a package, I switched to mamba and haven't really looked back. However, I recently got a new machine and installed the latest version of miniconda on it, and it appears to be really fast now? Is it time to go back to conda?
Any experiences and thoughts are welcome!
I’ve been using Anaconda/Conda for years, but I’m increasingly frustrated with the solver slowness. It feels outdated
What are people actually using nowadays for Python environments and dependency management?
-
micromamba / mamba?
-
pyenv + venv + pip?
-
Poetry?
-
something else?
I’m mostly interested in setups that:
-
don’t mess with system Python
-
are fast and predictable
-
stay compatible with common scientific / ML / pip packages
-
easy to manage for someone who's just messing around (I am a game dev, I use python on personal projects)
Curious what the current “best practice” is in 2026 and what’s working well in real projects
mamba* use the c/c++ implementation of the conda protocol "mamba" instead of the python implementation which is called conda. The *pypy3 variants ship with PyPy as the python implementation in the base environment instead of CPython.
As of July 24, 2024, mambaforge and miniforge are identical, and mambaforge is deprecated. For more details see https://github.com/conda-forge/miniforge?tab=readme-ov-file, which recommends users switch to Miniforge3 immediately.