Numerical experiments, Tips, Tricks and Gotchas
Conda is an open source package management system and environment management system for installing multiple versions of software packages and their dependencies and switching easily between them. It works on Linux, OS X and Windows, and was created for Python programs but can package and distribute any software [1].
Conda is included in all versions of Anaconda, Anaconda Server, and Miniconda, and is not available separately [2].
There is a comprehensive documentation on Conda [3, 4] . Below is a small collection of useful commands.
$ conda infoor version
$ conda -VInstalled packages
$ conda listInstalled package info
$ conda list pep8Packages available for install
$ conda search
$ conda search scipy
$ conda install matplotlib=1.2
$ conda update matplotlibUpdate conda itself
$ conda update condaUpdate Anaconda
$ conda update conda $ conda update anaconda
$ conda remove scipy
© Nikolai Shokhirev, 2012-2024
email: nikolai(dot)shokhirev(at)gmail(dot)com