How to Install Anaconda Python bundle

Download Anaconda now from

http://continuum.io/downloads

Go to directory where you downloaded

Give execute permissions to file

$chmod 777 Anaconda-1.7.0-Linux-x86_64.sh

Install it

  ./Anaconda-1.7.0-Linux-x86_64.sh

It will ask where to install it

Give some meaning ful location depending on your choice

Then it will ask if you want to add bin path to baschrc , your choice to accept it or not.

I accepted it , at anytime you can remove it.

# added by Anaconda 1.7.0 installer
export PATH="/home/jagat/development/softwares/ml/anaconda/bin:$PATH"

Then you can start using Anaconda.

Update Anaconda by

$ conda update anaconda

Thats the good thing :)

Few other tutorials from Youtube

I am skipping part 2 , as its related to Installation on Windows.

Variables , Control Flow , Plotting



 Slicing , String Interpolation , Lists



Object Oriented Programming




No comments:

Post a Comment

Please share your views and comments below.

Thank You.