[Python-checkins] python/dist/src/Doc/inst inst.tex,1.45,1.46

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Wed, 27 Nov 2002 05:34:23 -0800


Update of /cvsroot/python/python/dist/src/Doc/inst
In directory sc8-pr-cvs1:/tmp/cvs-serv19528

Modified Files:
	inst.tex 
Log Message:
Bug #643631: MacOS 9 details missing from inst.tex
Fill in the missing details. (From Jack Jansen)


Index: inst.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/inst/inst.tex,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** inst.tex	25 Nov 2002 13:56:12 -0000	1.45
--- inst.tex	27 Nov 2002 13:34:20 -0000	1.46
***************
*** 169,188 ****
  \end{verbatim}
  
! On Mac OS, you have to go through a bit more effort to supply
! command-line arguments to the setup script:
! \begin{itemize}
! \item hit option-double-click on the script's icon (or option-drop it
!   onto the Python interpreter's icon)
! \item press the ``Set unix-style command line'' button
! \item set the ``Keep stdio window open on termination'' if you're
!   interested in seeing the output of the setup script (which is usually
!   voluminous and often useful)
! \item when the command-line dialog pops up, enter ``install'' (you
!   can, of course, enter any Distutils command-line as described in this
!   document or in \citetitle[../dist/dist.html]{Distributing Python
!   Modules}: just leave off the initial \code{python setup.py} and
!   you'll be fine)
! \end{itemize}
! 
  
  \subsection{Splitting the job up}
--- 169,177 ----
  \end{verbatim}
  
! On Mac OS 9, you double-click the \file{setup.py} script. It will bring
! up a dialog where you can select the \command{install} command. Then
! selecting the \command{run} button will install your distribution.
! The dialog is built dynamically, so all commands and options for this
! specific distribution are listed.
  
  \subsection{Splitting the job up}
***************
*** 321,325 ****
  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 Mac OS, \XXX{???}.
  Once the interpreter is started, you type Python code at the
  prompt.  For example, on my Linux system, I type the three Python
--- 310,314 ----
  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 Mac OS 9, start \file{PythonInterpreter}.
  Once the interpreter is started, you type Python code at the
  prompt.  For example, on my Linux system, I type the three Python
***************
*** 681,685 ****
  define a few extra variables that may not be in your environment, such
  as \code{\$PLAT}.  (And of course, on systems that don't have
! environment variables, such as Mac OS (\XXX{true?}), the configuration
  variables supplied by the Distutils are the only ones you can use.)
  See section~\ref{config-files} for details.
--- 670,674 ----
  define a few extra variables that may not be in your environment, such
  as \code{\$PLAT}.  (And of course, on systems that don't have
! environment variables, such as Mac OS 9, the configuration
  variables supplied by the Distutils are the only ones you can use.)
  See section~\ref{config-files} for details.