[Python-checkins] cpython (merge 3.2 -> default): Fix #11834. Correct site-packages paths.

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


http://hg.python.org/cpython/rev/066e63425228
changeset:   69817:066e63425228
parent:      69814:21e2e06fea4a
parent:      69816:03d511dec224
user:        Brian Curtin <brian at python.org>
date:        Tue May 03 21:58:32 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