diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-06 22:46:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-06 22:46:52 (GMT) |
commit | b2d1006272453566e3283bb277adeb74c6cbd43c (patch) | |
tree | a59a811e7bb18279f25e5301b21871290a66705d /Doc | |
parent | b4b64daa5ea2291425ebdac3b4d7ec436c3a40b5 (diff) | |
download | cpython-b2d1006272453566e3283bb277adeb74c6cbd43c.zip cpython-b2d1006272453566e3283bb277adeb74c6cbd43c.tar.gz cpython-b2d1006272453566e3283bb277adeb74c6cbd43c.tar.bz2 |
Update the description of how to start an interpreter and determine the
installation prefix and exec_prefix for Windows.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/inst/inst.tex | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index c051e68..89a4e3a 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -361,12 +361,13 @@ run-time. They are always the same under Windows and MacOS, and very often the same under \UNIX. You can find out what your Python installation uses for \filevar{prefix} and \filevar{exec-prefix} by running Python in interactive mode and typing a few simple commands. -Under \UNIX, just type \code{python} at the shell prompt; under Windows, -run ``Python 2.0 (interpreter)'' \XXX{right?}; under MacOS, \XXX{???}. +Under \UNIX, just type \code{python} at the shell prompt. Under +Windows, choose \menuselection{Start \sub Programs \sub Python +2.1 \sub Python (command line)}. Under MacOS, \XXX{???}. Once the interpreter is started, you type Python code at the -\samp{>\code{>}> } prompt. For example, on my Linux system, I type the three -Python statements shown below, and get the output as shown, to find -out my \filevar{prefix} and \filevar{exec-prefix}: +prompt. For example, on my Linux system, I type the three Python +statements shown below, and get the output as shown, to find out my +\filevar{prefix} and \filevar{exec-prefix}: \begin{verbatim} Python 1.5.2 (#1, Apr 18 1999, 16:03:16) [GCC pgcc-2.91.60 19981201 (egcs-1.1.1 on linux2 |