From 26517ed2a47181a1e1d83de932ed8be0faf4446e Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Tue, 3 May 2011 22:01:53 -0500 Subject: Fix #11834. Correct site-packages paths. Patch by Bryce Verdier. --- Doc/install/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/install/index.rst b/Doc/install/index.rst index af113ee730..0ad3f52271 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -241,7 +241,7 @@ is pure Python or contains extensions ("non-pure"): +-----------------+-----------------------------------------------------+--------------------------------------------------+-------+ | 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: -- cgit v1.2.1