Linux set up Python (Anaconda): Difference between revisions

→‎Download and install Anaconda: direct link to downloads
imported>Mako
imported>Fhocutt
(→‎Download and install Anaconda: direct link to downloads)
Line 7:
To install Anaconda, you should:
 
* Download and install [httpshttp://store.continuum.io/cshop/anaconda/downloads Anaconda]. Follow the link and click on the big blue <span style="background-color: #0000FF; color: #FFFFFF">Download Anaconda</span> button in the top right corner. TheIf you go to the main http://continuum.io page instead to download Anaconda, the website will ask you for your email address when you log in. There's no reason to leave the checkbox marked saying that you want mail from Continuum.
* On the next page, click on the link to download the version of Python 2.7 ('''not''' Python 3.0).
* Once you have downloaded the installer, open a terminal and navigate to where you downloaded the installer. If you are not sure where it is, try typing <pre>cd ~/Downloads/</pre> to move to your Downloads folder, then <tt>ls</tt> to list the files so you can see if it is there. Once in the containing folder, type <pre>bash Anaconda-</pre> and then press tab to autocomplete the rest of the name of your downloaded file. Press enter to start the installer.
Anonymous user