Conda Package Manager
docs.conda.io
2
Leaving SiteNav
External Link Disclaimer
You are about to visit docs.conda.io. This website is not operated by us. We are not responsible for its content or privacy practices.
About this website
Conda is an open-source package management system and environment management system that runs on Windows, macOS, and Linux, designed for Python, R, Ruby, Lua, Scala, Java, JavaScript, C and C++ applications. Originally created by Continuum Analytics (now Anaconda Inc) in 2012 for the Anaconda Python distribution, Conda has become the standard package manager for data science and scientific computing. Key features: cross-language package manager handling binary packages for Python, R, C and C++ libraries, and other languages, unlike pip which is Python-only. Environment management creating isolated, reproducible environments with specific package versions and dependencies, preventing conflicts between projects. Binary package distribution with pre-compiled binaries for major platforms and architectures, eliminating the need to compile from source for most packages. Conda channels including the default Anaconda repository, conda-forge (community-driven channel with over 100,000 packages), bioconda (bioinformatics), and custom private channels. Dependency resolution with SAT-based solver for finding compatible package versions, with mamba as a faster drop-in replacement solver. Integration with pip allowing pip packages to be installed within conda environments. Metadata specification for package build recipes including build scripts, test scripts, and dependency declarations. Conda-build for creating and publishing custom conda packages. Miniconda lightweight installer containing only Conda and Python. Anaconda full distribution with over 1,500 pre-installed packages for data science. Virtual environment export and import via environment.yml files for reproducible setups. Lock file support for pinned versions. Used by data scientists, researchers, and enterprises for reproducible scientific computing environments.
Statistics
2
Views
0
Clicks
0
Like
0
Dislike