Conda: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Overview= | =Overview= | ||
Conda is a package, dependency and environment manager for many languages, including Python. It is widely used for data science and machine learning application, and uses its own [[#Repository|index]] to host compatible packages. Conda installs packages, manages package dependencies, manages virtual environments, installs compatible Python distributions and packages applications for deployment in production. | Conda is a package, dependency and environment manager for many languages, including Python. It is widely used for data science and machine learning application, and uses its own [[#Repository|index]] to host compatible packages. Conda installs packages, manages package dependencies, manages [[Python_Language#Environment|virtual environments]], installs compatible Python distributions and packages applications for deployment in production. | ||
=Repository= | =Repository= | ||
{{External|https://repo.anaconda.com}} | {{External|https://repo.anaconda.com}} |
Revision as of 03:57, 11 January 2022
External
- https://conda.io/projects/conda/en/latest/user-guide/getting-started.html
- https://docs.conda.io/en/latest/
Internal
Overview
Conda is a package, dependency and environment manager for many languages, including Python. It is widely used for data science and machine learning application, and uses its own index to host compatible packages. Conda installs packages, manages package dependencies, manages virtual environments, installs compatible Python distributions and packages applications for deployment in production.