Python on OSX: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 4: Line 4:
<li>Start up a Terminal. You can find the Terminal application through Spotlight, or navigate to Applications/Utilities/Terminal.
<li>Start up a Terminal. You can find the Terminal application through Spotlight, or navigate to Applications/Utilities/Terminal.


<br />
The terminal contains something called a command prompt. This command 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 command prompt.
This Terminal contains something called a command prompt. This command 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 command prompt.
</li>
</li>
<li>Test your Python install at the command prompt. Type
<li>Test your Python install at the command prompt. Type