Sunday, 6 November 2016

how to install anaconda in ubuntu

How to install anaconda in ubuntu:


1. First of all you have to download anaconda from official website:         https://www.continuum.io/downloads


2. Now we have to install the downloaded Anaconda3-4.2.0-Linux-x86_64.sh file which was downloaded to the local machine directory Downloads 

  just copy the file and paste in a new directory in your home directory

in terminal :

cd ~

mkdir anaconda


sudo cp /home/ug-51/Downloads/Anaconda3-4.2.0-Linux-x86_64.sh /home/ug-51/anaconda

cd anaconda

sudo bash Anaconda3-4.2.0-Linux-x86_64.sh

verify with the command 

conda --version







No comments:

Post a Comment