]> granicus.if.org Git - python/commitdiff
one more place to use the current Python version
authorFred Drake <fdrake@acm.org>
Wed, 26 Apr 2006 23:40:32 +0000 (23:40 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 26 Apr 2006 23:40:32 +0000 (23:40 +0000)
Doc/inst/inst.tex

index 4961a1ad7f35e4864c6eede79ee10fbdc7652477..0697d05969cdf3bade66bb37a8bc680bdd840f46 100644 (file)
@@ -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