forked from joshgachnang/diveintopython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsummary.html
More file actions
83 lines (79 loc) · 6.03 KB
/
summary.html
File metadata and controls
83 lines (79 loc) · 6.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>1.9. Summary</title>
<link rel="stylesheet" href="/css/diveintopython.css" type="text/css" />
<link rev="made" href="josh@servercobra.com" />
<meta name="generator" content="DocBook XSL Stylesheets V1.52.2" />
<meta name="keywords" content="Python, Dive Into Python, tutorial, object-oriented, programming, documentation, book, free" />
<meta name="description" content="Python from novice to pro" />
<link rel="home" href="http://www.diveintopython.net/" title="Dive Into Python" />
<link rel="up" href="http://www.diveintopython.net/" title="Chapter 1. Installing Python" />
<link rel="previous" href="http://www.diveintopython.net/" title="1.8. The Interactive Shell" />
<link rel="next" href="http://www.diveintopython.net/" title="Chapter 2. Your First Python Program" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9740779-18']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script></head>
<body>
<style type="text/css">body{margin-top:0!important;padding-top:0!important;min-width:800px!important;}#wm-ipp a:hover{text-decoration:underline!important;}</style>
<table id="Header" width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
<tr>
<td id="breadcrumb" colspan="5" align="left" valign="top">You are here: <a href="http://www.diveintopython.net/index.html">Home</a> > <a href="http://www.diveintopython.net/toc/index.html">Dive Into Python</a> > <a href="http://www.diveintopython.net/installing_python/index.html">Installing Python</a> > <span class="thispage">Summary</span></td>
<td id="navigation" align="right" valign="top"> <a href="http://www.diveintopython.net/installing_python/shell.html" title="Prev: “The Interactive Shell”"><<</a> <a href="http://www.diveintopython.net/getting_to_know_python/index.html" title="Next: “Your First Python Program”">>></a></td>
</tr>
<tr>
<td colspan="3" id="logocontainer">
<h1 id="logo"><a href="http://www.diveintopython.net/index.html" accesskey="1">Dive Into Python</a></h1>
<p id="tagline">Python from novice to pro</p>
</td>
<td colspan="3" align="right">
<form id="search" method="GET" action="http://www.google.com/custom">
<p><label for="q" accesskey="4">Find: </label><input type="text" id="q" name="q" size="20" maxlength="255" value=" " /> <input type="submit" value="Search" /><input type="hidden" name="cof" value="LW:752;L:http://diveintopython.org/images/diveintopython.png;LH:42;AH:left;GL:0;AWFID:3ced2bb1f7f1b212;" /><input type="hidden" name="domains" value="diveintopython.org" /><input type="hidden" name="sitesearch" value="diveintopython.org" /></p>
</form>
</td>
</tr>
</table>
<div class="section" lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title"><a name="install.summary"></a>1.9. Summary
</h2>
</div>
</div>
<div></div>
</div>
<div class="abstract">
<p>You should now have a version of <span class="application">Python</span> installed that works for you.
</p>
</div>
<p>Depending on your platform, you may have more than one version of <span class="application">Python</span> intsalled. If so, you need to be aware of your paths. If simply typing <span><b class="command">python</b></span> on the command line doesn't run the version of <span class="application">Python</span> that you want to use, you may need to enter the full pathname of your preferred version.
</p>
<p>Congratulations, and welcome to <span class="application">Python</span>.
</p>
</div>
<table class="Footer" width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
<tr>
<td width="35%" align="left"><br /><a class="NavigationArrow" href="http://www.diveintopython.net/installing_python/shell.html"><< The Interactive Shell</a></td>
<td width="30%" align="center"><br /> <span class="divider">|</span> <a href="http://www.diveintopython.net/installing_python/index.html#install.choosing" title="1.1. Which Python is right for you?">1</a> <span class="divider">|</span> <a href="http://www.diveintopython.net/installing_python/windows.html" title="1.2. Python on Windows">2</a> <span class="divider">|</span> <a href="http://www.diveintopython.net/installing_python/macosx.html" title="1.3. Python on Mac OS X">3</a> <span class="divider">|</span> <a href="http://www.diveintopython.net/installing_python/macos9.html" title="1.4. Python on Mac OS 9">4</a> <span class="divider">|</span> <a href="http://www.diveintopython.net/installing_python/redhat.html" title="1.5. Python on RedHat Linux">5</a> <span class="divider">|</span> <a href="http://www.diveintopython.net/installing_python/debian.html" title="1.6. Python on Debian GNU/Linux">6</a> <span class="divider">|</span> <a href="http://www.diveintopython.net/installing_python/source.html" title="1.7. Python Installation from Source">7</a> <span class="divider">|</span> <a href="http://www.diveintopython.net/installing_python/shell.html" title="1.8. The Interactive Shell">8</a> <span class="divider">|</span> <span class="thispage">9</span> <span class="divider">|</span>
</td>
<td width="35%" align="right"><br /><a class="NavigationArrow" href="http://www.diveintopython.net/getting_to_know_python/index.html">Your First Python Program >></a></td>
</tr>
<tr>
<td colspan="3"><br /></td>
</tr>
</table>
<div class="Footer">
<p class="copyright">Copyright © 2000, 2001, 2002, 2003, 2004 <a href="mailto:josh@servercobra.com">Mark Pilgrim</a></p>
</div>
</body>
</html>