Linux set up Python: Difference between revisions

no edit summary
No edit summary
imported>Mako
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1:
:''To install Pythong using the Anaconda distribution, see [[Linux set up Python (Anaconda)]].''
 
Linux ships with Python installed, so the goal of this page is to make sure you can start a terminal and run Python from the command line.
 
Line 22 ⟶ 24:
</li>
 
* You just started Python! The <code>>>></code> indicates that you are at a new type of prompt --: a Python prompt. The command prompt let's you navigate your computer and run programs, and the Python prompt lets you write and run Python code interactively.<br />
 
* If the Python version number (2.7.1 in the example above) is not a number between 2.4 and 2.7 (ignoring the number after the second dot), tell a staff member.
Line 39 ⟶ 41:
== Success! ==
 
You have tested your Python installation.!
Anonymous user