O'Reilly Introduction to Python/Section 1/OSX set up Python: Difference between revisions

imported>Jesstess
No edit summary
 
(One intermediate revision by one other user not shown)
Line 21:
 
<br />
This Terminal gives you something called a terminal prompt. This terminal prompt is another way of navigating your computer and running programs -- just textually instead of graphically. We are going to be running Python and Python scripts from this terminalTerminal prompt.
</li>
<li>Test your Python install at the command prompt. Type
 
<pre>
python3
python
</pre>
 
Anonymous user