Conda
What is conda?
conda is a package management tool for installing scientific and analytical compute packages that can be written in Python or other programming languages. conda also creates a virtual environment like python-virtualenv.
Read more: Conda
What is anaconda?
conda is Anaconda's package manager. Anaconda is a free Python distribution provided by Continuum Analytics that includes over 195 of the most popular Python packages for science, math, engineering, and data analysis. (Anaconda is a collection of about a hundred packages, including conda, numpy, scipy, ipython notebook, etc.)
Read more: Anaconda
What is a minicond?
You have installed Miniconda, which is a smaller alternative to Anaconda, which is just a condo and its dependencies (unlike Anaconda, which is conda and many other packages like numpy, scipy, ipython notebook, etc.). Once you have Miniconda, you can easily install Anaconda on it using conda install anaconda. )
Read more: Miniconda
Difference between pip and conda?
pip is a general purpose Python package installer. In addition, python-pip and python3-pip are in the default Ubuntu repositories. In most cases, you choose pip instead of conda if you want to install the Python package management application. To create a Python virtual environment without installing conda, you can install python-virtualenv from the Ubuntu Software Center. pip and conda use different packaging formats, so they do not work interchangeably, but you can use both tools next to each other.
Note. 2-4.4.0.1 is the version number for your installation package.
Anaconda Package List
chirag maliwal Dec 13 '17 at 9:37 on 2017-12-13 09:37
source share