Skip to main content

One post tagged with "comparison"

View All Tags

Conda in the Packaging Spectrum: From pip to Docker to Nix

· 8 min read
Daniel Bast
Open Source Contributor
Jannis Leidel
Steering council member
Banner image for Conda in the Packaging Spectrum: From pip to Docker to Nix blog post

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.