[Python-checkins] r52391 - python/branches/release25-maint/Doc/inst/inst.tex
andrew.kuchling
python-checkins at python.org
Thu Oct 19 23:56:15 CEST 2006
Author: andrew.kuchling
Date: Thu Oct 19 23:56:14 2006
New Revision: 52391
Modified:
python/branches/release25-maint/Doc/inst/inst.tex
Log:
[Bug #1576348] Fix typo in example
Modified: python/branches/release25-maint/Doc/inst/inst.tex
==============================================================================
--- python/branches/release25-maint/Doc/inst/inst.tex (original)
+++ python/branches/release25-maint/Doc/inst/inst.tex Thu Oct 19 23:56:14 2006
@@ -632,7 +632,7 @@
installation base directory when you run the setup script. For example,
\begin{verbatim}
-python setup.py --install-base=/tmp
+python setup.py install --install-base=/tmp
\end{verbatim}
would install pure modules to \filevar{/tmp/python/lib} in the first
More information about the Python-checkins
mailing list