Conda in the Packaging Spectrum: From pip to Docker to Nix
· 8 min read

This is Part 2 of our series "Conda Is Not PyPI: Understanding Conda as a User-Space Distribution".
In Part 1, we explained why conda is not just another Python package manager. Conda packages are distribution units, not libraries. Environments are essentially mini distributions in user-space.

