[Python-checkins] cpython (3.1): Fix #11834. Correct site-packages paths.

brian.curtin python-checkins at python.org
Wed May 4 05:02:16 CEST 2011


http://hg.python.org/cpython/rev/175dcc8c4b23
changeset:   69815:175dcc8c4b23
branch:      3.1
parent:      69807:4d946d4166fc
user:        Brian Curtin <brian at python.org>
date:        Tue May 03 21:57:00 2011 -0500
summary:
  Fix #11834. Correct site-packages paths.

Patch by Bryce Verdier.

files:
  Doc/install/index.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/install/index.rst b/Doc/install/index.rst
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -241,7 +241,7 @@
 +-----------------+-----------------------------------------------------+--------------------------------------------------+-------+
 | Unix (non-pure) | :file:`{exec-prefix}/lib/python{X.Y}/site-packages` | :file:`/usr/local/lib/python{X.Y}/site-packages` | \(1)  |
 +-----------------+-----------------------------------------------------+--------------------------------------------------+-------+
-| Windows         | :file:`{prefix}`                                    | :file:`C:\\Python`                               | \(2)  |
+| Windows         | :file:`{prefix}\\Lib\\site-packages`                | :file:`C:\\Python{XY}\\Lib\\site-packages`       | \(2)  |
 +-----------------+-----------------------------------------------------+--------------------------------------------------+-------+
 
 Notes:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list