Fix #11834. Correct site-packages paths.

Patch by Bryce Verdier.
This commit is contained in:
Brian Curtin 2011-05-03 22:01:53 -05:00
parent 611cfd2cba
commit 1602ec109b
1 changed files with 1 additions and 1 deletions

View File

@ -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: