Linux set up Python (Anaconda): Difference between revisions

imported>Fhocutt
imported>Mako
Line 7:
To install Anaconda, you should:
 
* Download and install [https://store.continuum.io/cshop/anaconda/ 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. 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.
* MakeOn surethe younext page, click on the link to download the installerversion forof Python 2.7, ('''NOTnot''' Python 3.40).
* 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.
* Use all of the defaults for installation unless you have a good reason not to.
Anonymous user