[Python-checkins] r45737 - python/trunk/Doc/inst/inst.tex

fred.drake python-checkins at python.org
Thu Apr 27 01:40:33 CEST 2006


Author: fred.drake
Date: Thu Apr 27 01:40:32 2006
New Revision: 45737

Modified:
   python/trunk/Doc/inst/inst.tex
Log:
one more place to use the current Python version

Modified: python/trunk/Doc/inst/inst.tex
==============================================================================
--- python/trunk/Doc/inst/inst.tex	(original)
+++ python/trunk/Doc/inst/inst.tex	Thu Apr 27 01:40:32 2006
@@ -726,8 +726,8 @@
 \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


More information about the Python-checkins mailing list