Installing Anaconda on ubuntu

Diwakar
Beer&Diapers.ai
Published in
2 min readJul 2, 2018

Copy latest setup from

https://repo.continuum.io/archive/

After downloading the Anaconda installer, run the following command from a terminal:

$ bash Anaconda3–5.0.0-Linux-x86_64.sh

Accept the agreement

Install VS Code if required

Test Installation

Conda list

Type anaconda-navigator to start the application

Type Sypyder to start spyder ide

execute jupyter-notebook to initiate the notebook

--

--