@@ -168,22 +168,11 @@ \subsection{Platform variations}
168168python setup.py install
169169\end {verbatim }
170170
171- On Mac OS, you have to go through a bit more effort to supply
172- command-line arguments to the setup script:
173- \begin {itemize }
174- \item hit option-double-click on the script's icon (or option-drop it
175- onto the Python interpreter's icon)
176- \item press the `` Set unix-style command line'' button
177- \item set the `` Keep stdio window open on termination'' if you're
178- interested in seeing the output of the setup script (which is usually
179- voluminous and often useful)
180- \item when the command-line dialog pops up, enter `` install'' (you
181- can, of course, enter any Distutils command-line as described in this
182- document or in \citetitle [../dist/dist.html]{Distributing Python
183- Modules }: just leave off the initial \code {python setup.py} and
184- you'll be fine)
185- \end {itemize }
186-
171+ On Mac OS 9, you double-click the \file {setup.py} script. It will bring
172+ up a dialog where you can select the \command {install} command. Then
173+ selecting the \command {run} button will install your distribution.
174+ The dialog is built dynamically, so all commands and options for this
175+ specific distribution are listed.
187176
188177\subsection {Splitting the job up }
189178\label {splitting-up }
@@ -320,7 +309,7 @@ \subsection{How installation works}
320309running Python in interactive mode and typing a few simple commands.
321310Under \UNIX , just type \code {python} at the shell prompt. Under
322311Windows, choose \menuselection {Start \sub Programs \sub Python
323- 2.1 \sub Python (command line)}. Under Mac OS, \XXX {??? }.
312+ 2.1 \sub Python (command line)}. Under Mac OS 9, start \file {PythonInterpreter }.
324313Once the interpreter is started, you type Python code at the
325314prompt. For example, on my Linux system, I type the three Python
326315statements shown below, and get the output as shown, to find out my
@@ -680,7 +669,7 @@ \section{Custom Installation}
680669platforms that have such a notion but the Distutils additionally
681670define a few extra variables that may not be in your environment, such
682671as \code {\$ PLAT}. (And of course, on systems that don't have
683- environment variables, such as Mac OS ( \XXX {true?}) , the configuration
672+ environment variables, such as Mac OS 9 , the configuration
684673variables supplied by the Distutils are the only ones you can use.)
685674See section~\ref {config-files } for details.
686675
0 commit comments