mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 15:00:18 +00:00
35 lines
2.2 KiB
HTML
35 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>Troubleshooting - Dive Into Python 3</title>
|
|
<!--[if IE]><script src=j/html5.js></script><![endif]-->
|
|
<link rel=stylesheet href=dip3.css>
|
|
<style>
|
|
</style>
|
|
<link rel=stylesheet media='only screen and (max-device-width: 480px)' href=mobile.css>
|
|
<link rel=stylesheet media=print href=print.css>
|
|
<meta name=viewport content='initial-scale=1.0'>
|
|
<body id=appd>
|
|
<form action=http://www.google.com/cse><div><input type=hidden name=cx value=014021643941856155761:l5eihuescdw><input type=hidden name=ie value=UTF-8> <input type=search name=q size=25 placeholder="powered by Google™"> <input type=submit name=sa value=Search></div></form>
|
|
<p>You are here: <a href=index.html>Home</a> <span class=u>‣</span> <a href=table-of-contents.html#troubleshooting>Dive Into Python 3</a> <span class=u>‣</span>
|
|
<h1>Troubleshooting</h1>
|
|
<blockquote class=q>
|
|
<p><span class=u>❝</span> Where’s the <kbd>ANY</kbd> key? <span class=u>❞</span><br>— <a href=http://www.wherestheanykey.co.uk>variously attributed</a>
|
|
</blockquote>
|
|
<p id=toc>
|
|
|
|
<h2 id=divingin>Diving In</h2>
|
|
<p class=f>FIXME
|
|
|
|
<h2 id=running-python-on-the-command-line>Running Python on the Command Line</h2>
|
|
<p>Throughout this book, there are examples of executing Python programs from the command line.
|
|
|
|
<p>On Linux, look in your <b><code>Applications</code></b> menu for a program called <b><code>Terminal</code></b>. (It may be in a submenu like <b><code>Accessories</code></b> or <b><code>System</code></b>.)
|
|
|
|
On Mac OS X, there is an application called <b><code>Terminal</code></b> in your <code>/Applications/Utilities/</code> folder. To get there, click on your desktop, open the <b><code>Go</code></b> menu, select <b><code>Go to folder...</code></b>, and type <kbd>/Applications/Utilities/</kbd>. Then run the <b><code>Terminal</code></b> program.
|
|
|
|
<p class=v><a rel=prev href=where-to-go-from-here.html title='back to “Where To Go From Here”'><span class=u>☜</span></a> <a href=blank.html rel=next><span class=u>☞</span></a>
|
|
|
|
<p class=c>© 2001–10 <a href=about.html>Mark Pilgrim</a>
|
|
<script src=j/jquery.js></script>
|
|
<script src=j/dip3.js></script>
|