diff options
author | Greg Ward <gward@python.net> | 2000-03-22 01:00:23 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-03-22 01:00:23 (GMT) |
commit | 8e14f05ae6d068f03940c35c2edb56f5b6fabf78 (patch) | |
tree | 3b7c73b6104d02f88cf984db110c1d4e737a28a8 /Doc | |
parent | 790c110c48c9f69a22065eac8ddc430704a26686 (diff) | |
download | cpython-8e14f05ae6d068f03940c35c2edb56f5b6fabf78.zip cpython-8e14f05ae6d068f03940c35c2edb56f5b6fabf78.tar.gz cpython-8e14f05ae6d068f03940c35c2edb56f5b6fabf78.tar.bz2 |
Fix small errors in description of Mac, Windows installation schemes.
Added comment about "--help" (no value) not working.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/inst/inst.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index c32fb06..8822c10 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -144,7 +144,7 @@ The idea behind the ``home scheme'' is that you are building and maintaining a personal stash of Python modules, probably under your home directory. Installing a new module distribution is as simple as \begin{verbatim} -python setup.py install --home +python setup.py install --home # arg, doesn't work (getopt) \end{verbatim} or \begin{verbatim} @@ -244,7 +244,7 @@ under Unix, there's no point in having separate \option{prefix} and \option{home} options. Just use the \option{prefix} option to specify a base directory, e.g. \begin{verbatim} -python setup.py install --base="\Temp\Python" +python setup.py install --prefix="\Temp\Python" \end{verbatim} to install modules to the \file{\bslash{}Temp} directory on the current drive. @@ -270,8 +270,8 @@ XXX how do MacPython users run the interpreter with command-line args? \installscheme{prefix}{:Lib} {prefix}{:Mac:PlugIns} - {prefix}{} - {prefix}{} + {prefix}{:Scripts} + {prefix}{:Data} XXX Corran Webster says: ``Modules are found in either \file{:Lib} or \file{:Mac:Lib}, while extensions usually go in |