Install Anaconda on Ubuntu 14.04

Retrieve the last Anaconda version for your system (32 or 64 bit).

jitsejan@jjsvps:~$ cd Downloads/
jitsejan@jjsvps:~/Downloads$ wget https://repo.continuum.io/archive/Anaconda2-4.1.1-Linux-x86_64.sh

Run the installer.

jitsejan@jjsvps:~/Downloads$ bash Anaconda2-4.1.1-Linux-x86_64.sh 

Update the terminal to include the Anaconda references.

jitsejan@jjsvps:~/Downloads$ source ~/.bashrc

Test if iPython is working now.

jitsejan@jjsvps:~$ ipython -v

All set.