diff options
author | Greg Ward <gward@python.net> | 2000-09-13 00:12:37 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-09-13 00:12:37 (GMT) |
commit | 8c56259a3d67eb91688c94b37b939db80ef8ba08 (patch) | |
tree | d048e655daa1dbe3bdbe568b8aa14e63bc85a3ae /Doc/inst | |
parent | d75a276026cc6b7fd9b72fb65937eab2b5dbc570 (diff) | |
download | cpython-8c56259a3d67eb91688c94b37b939db80ef8ba08.zip cpython-8c56259a3d67eb91688c94b37b939db80ef8ba08.tar.gz cpython-8c56259a3d67eb91688c94b37b939db80ef8ba08.tar.bz2 |
Fix install directories on Mac OS (now that the "install" command
does the right thing).
Diffstat (limited to 'Doc/inst')
-rw-r--r-- | Doc/inst/inst.tex | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index 0be0b35..c5f8df2 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -545,22 +545,13 @@ users), and a fairly simple standard Python installation. Thus, only a \longprogramopt{prefix} option is needed. It defines the installation base, and files are installed under it as follows: -\XXX{how do MacPython users run the interpreter with command-line args?} - -\installscheme{prefix}{:Lib} - {prefix}{:Mac:PlugIns} +\installscheme{prefix}{:Lib:site-packages} + {prefix}{:Lib:site-packages} {prefix}{:Scripts} {prefix}{:Data} -\XXX{Corran Webster says: ``Modules are found in either \file{:Lib} or -\file{:Mac:Lib}, while extensions usually go in -\file{:Mac:PlugIns}''---does this mean that non-pure distributions should -be divided between \file{:Mac:PlugIns} and \file{:Mac:Lib}? If so, that -changes the granularity at which we care about modules: instead of -``modules from pure distributions'' and ``modules from non-pure -distributions'', it becomes ``modules from pure distributions'', -``Python modules from non-pure distributions'', and ``extensions from -non-pure distributions''. Is this necessary?!?} +See section~\ref{platform-variations} for information on supplying +command-line arguments to the setup script with MacPython. \section{Custom Installation} |