summaryrefslogtreecommitdiffstats
path: root/Doc/inst
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2003-08-23 02:09:18 (GMT)
committerGreg Ward <gward@python.net>2003-08-23 02:09:18 (GMT)
commit4892381207dc2cef814046938ee5f86ca3cf6431 (patch)
tree2eea2edd66148db442a5dd69e3dc6ad994a0d525 /Doc/inst
parent46a007ee95134efea96fddd700bca171d3b7c225 (diff)
downloadcpython-4892381207dc2cef814046938ee5f86ca3cf6431.zip
cpython-4892381207dc2cef814046938ee5f86ca3cf6431.tar.gz
cpython-4892381207dc2cef814046938ee5f86ca3cf6431.tar.bz2
Fix a loooong-standing brainfart: I got the site-packages path for
Python 1.5.2 wrong in the section on config files.
Diffstat (limited to 'Doc/inst')
-rw-r--r--Doc/inst/inst.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex
index c387ff7..f5f00b2 100644
--- a/Doc/inst/inst.tex
+++ b/Doc/inst/inst.tex
@@ -810,7 +810,7 @@ And on Mac OS, they are:
in the directory where the Distutils are installed; under Python 1.6
and later on \UNIX, this is as shown. For Python 1.5.2, the Distutils
will normally be installed to
- \file{\filevar{prefix}/lib/site-packages/python1.5/distutils},
+ \file{\filevar{prefix}/lib/python1.5/site-packages/distutils},
so the system configuration file should be put there under Python
1.5.2.
\item[(2)] On \UNIX, if the \envvar{HOME} environment variable is not