How can i install anaconda on Ubuntu?

6,274

To install the Anaconda python distribution after obtaining it, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below from the directory containing the script:

bash Anaconda-2.0.1-Linux-x86.sh
chmod +x Anaconda-2.0.1-Linux-x86.sh
./Anaconda-2.0.1-Linux-x86.sh 

Use Anaconda-2.0.1-Linux-x86_64.sh for the 64bit file.

Share:
6,274
user3546761
Author by

user3546761

Updated on September 18, 2022

Comments

  • user3546761
    user3546761 over 1 year

    I need help to install the anaconda python distribution on Ubuntu 14.04. I ran in terminal the bash script Anaconda.sh, but I thing I have to do something else after that.