summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2006-04-26 23:40:32 (GMT)
committerFred Drake <fdrake@acm.org>2006-04-26 23:40:32 (GMT)
commit0999433f4003a8e5713c3d2c1e3980fd822ba65e (patch)
tree158f099ef2b69246640367f7c71d18630aa069a2
parentf4795c82df655d421f851cc3700538e04fe1a3f4 (diff)
downloadcpython-0999433f4003a8e5713c3d2c1e3980fd822ba65e.zip
cpython-0999433f4003a8e5713c3d2c1e3980fd822ba65e.tar.gz
cpython-0999433f4003a8e5713c3d2c1e3980fd822ba65e.tar.bz2
one more place to use the current Python version
-rw-r--r--Doc/inst/inst.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex
index 4961a1a..0697d05 100644
--- a/Doc/inst/inst.tex
+++ b/Doc/inst/inst.tex
@@ -726,8 +726,8 @@ There are two environment variables that can modify \code{sys.path}.
\envvar{PYTHONHOME} sets an alternate value for the prefix of the
Python installation. For example, if \envvar{PYTHONHOME} is set to
\samp{/www/python}, the search path will be set to \code{['',
-'/www/python/lib/python2.2/', '/www/python/lib/python2.3/plat-linux2',
-...]}.
+'/www/python/lib/python\shortversion/',
+'/www/python/lib/python\shortversion/plat-linux2', ...]}.
The \envvar{PYTHONPATH} variable can be set to a list of paths that
will be added to the beginning of \code{sys.path}. For example, if