I Thought I Had 3 Python Envs. Turns Out I Had 26 Eating 45GB
Like most Python developers, I spin up new environments for different projects: different dependencies, different Python versions, little experiments I don't want to contaminate. At the time, it felt organized.
I assumed I had maybe 5 or 6 environments active.
When I finally checked, I had 26 scattered across Conda, venv, uv and Mamba, together chewing up ~45GB on my Windows machine. On my Mac, which I thought was "clean," I found another 4 using ~5GB.
Some of those weren't even mine directly — a couple came from AI coding agents I was testing, which silently created new virtual environments in the background...