Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d680a86

Browse files
committed
Bug #643631: MacOS 9 details missing from inst.tex
Fill in the missing details. (From Jack Jansen)
1 parent c0d3f4e commit d680a86

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

Doc/inst/inst.tex

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -168,22 +168,11 @@ \subsection{Platform variations}
168168
python 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}
320309
running Python in interactive mode and typing a few simple commands.
321310
Under \UNIX, just type \code{python} at the shell prompt. Under
322311
Windows, 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}.
324313
Once the interpreter is started, you type Python code at the
325314
prompt. For example, on my Linux system, I type the three Python
326315
statements shown below, and get the output as shown, to find out my
@@ -680,7 +669,7 @@ \section{Custom Installation}
680669
platforms that have such a notion but the Distutils additionally
681670
define a few extra variables that may not be in your environment, such
682671
as \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
684673
variables supplied by the Distutils are the only ones you can use.)
685674
See section~\ref{config-files} for details.
686675

0 commit comments

Comments
 (0)