Linux set up Python (Anaconda): Difference between revisions

m
imported>Fhocutt
(instructions for anaconda on Linux)
 
imported>Fhocutt
 
(5 intermediate revisions by 2 users not shown)
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. If you go to the main http://continuum.io page instead, 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. (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.
 
Line 16:
If you do not want to use the Anaconda installer, you can take a look at [[Windows set up Python|this page]]. However, set up will be significantly more difficult.
 
== OpeningTest upto Pythonmake insure Python theis terminalworking ==
 
<ol>
Anonymous user