Conda (package manager)

Conda is an open source,[1] cross-platform,[2] language-agnostic[3] package manager and environment management system.[4][5] It is released under the Berkeley Software Distribution License by Continuum Analytics.[1][6][7][8][9][10]

Conda allows users to easily install different versions of binary software packages and any required libraries appropriate for their computing platform. Also, it allows users to switch between package versions and download and install updates from a software repository.

Conda is written in the Python programming language, but can manage projects containing code written in other languages (e.g., R[3]), including multi-language projects.[3] Conda can install the Python programming language,[11] while similar Python-based cross-platform package managers (such as wheel or pip) cannot.

A popular Conda channel for bioinformatics software is Bioconda, which provides multiple software distributions for computational biology.[12][13] In fact, the Conda package and environment manager is included in all versions of Anaconda, Miniconda,[14] and Anaconda Repository.[15]

See also

References

  1. 1 2 "Conda". pydata.org. Retrieved 9 April 2015.
  2. "Building Conda Packages for Multiple Operating Systems". Pydannt. 29 January 2015. Retrieved 9 April 2015.
  3. 1 2 3 Doig, Christine (21 May 2015). "Conda for Data Science". Archived from the original on 16 Jun 2015. Retrieved 16 Jun 2015. Conda works with Linux, OSX, and Windows, and is language agnostic, which allows us to use it with any programming language or even multi-language projects.
  4. Gorelick (Author), Micha; Ozsvald, Ian (September 2014). High Performance Python: Practical Performant Programming for Humans (1st ed.). O'Reilly Media. p. 370. ISBN 1449361595.
  5. Jackson, Joab (Feb 5, 2013). "Python gets a big data boost from DARPA". networkworld. Retrieved October 30, 2014.
  6. "State of Conda, Oct. 2014". Pen and Pants. Retrieved 9 April 2015.
  7. Tony Ojeda; Sean Patrick Murphy; Benjamin Bengfort; Abhijit Dasgupta (25 September 2014). Practical Data Science Cookbook. Packt Publishing Ltd. ISBN 1783980257. Retrieved 19 March 2015.
  8. Hans, Petter (2014). A Primer on Scientific Programming with Python. Springer. ISBN 3642549594. Retrieved 19 March 2015.
  9. Yves Hilpisch (11 December 2014). Python for Finance: Analyze Big Financial Data. O'Reilly Media. Retrieved 19 March 2015.
  10. "Continuum Analytics Launches Anaconda Server for Enterprise Package Management". Yahoo Finance. 30 January 2014. Retrieved 19 March 2015.
  11. "3. Managing Python". 2015. Archived from the original on 16 Jun 2015. Retrieved 16 Jun 2015. So now let’s say you need Python 3 to learn programming, but you don’t want to overwrite your Python 2.7 environment by updating Python. You can create and activate a new environment named snakes, and install the latest version of Python 3 as follows:
  12. Bioconda official website
  13. Grüning, Bjorn; the Bioconda Team (27 October 2017). "Bioconda: A sustainable and comprehensive software distribution for the life sciences". bioRxiv 207092.
  14. "Miniconda". conda.io.
  15. "Anaconda repository". anaconda.org.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.