Linux set up Python (Anaconda): Difference between revisions

imported>Fhocutt
(instructions for anaconda on Linux)
 
imported>Fhocutt
Line 9:
* 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.
* Make sure you download the installer for Python 2.7, '''NOT''' Python 3.4.
* Once you have downloaded the installer, open a terminal and navigate to where you downloaded the installer. (ifIf 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 therein 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