Commit 1602ec10 authored by Brian Curtin's avatar Brian Curtin

Fix #11834. Correct site-packages paths.

Patch by Bryce Verdier.
parent 611cfd2c
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment