May 2019
Intermediate to advanced
452 pages
12h 16m
English
The Anaconda distribution is used by over 12 million users with more than 1,400 packages on data science. It was written in Python and first released in 2012 by Continuum Analytics (now Anaconda Inc.). The Anaconda distribution is free and open source under the BSD license and is available for Linux, Windows, and macOS. The following are the steps you need to take to install the Anaconda Python distribution on Ubuntu 18.04:
cd /tmp
/tmp is a temporary location to download the installer. To keep the installer, you can skip this command. Then, use the following command to download the Anaconda installer:
wget https://repo.anaconda.com/archive/Anaconda2-2018.12-Linux-x86_64.sh ...
Read now
Unlock full access