Skip to content

Commit 03b8d4e

Browse files
committed
Fix #11834. Correct site-packages paths.
Patch by Bryce Verdier.
2 parents 003be52 + 308053e commit 03b8d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/install/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ is pure Python or contains extensions ("non-pure"):
241241
+-----------------+-----------------------------------------------------+--------------------------------------------------+-------+
242242
| Unix (non-pure) | :file:`{exec-prefix}/lib/python{X.Y}/site-packages` | :file:`/usr/local/lib/python{X.Y}/site-packages` | \(1) |
243243
+-----------------+-----------------------------------------------------+--------------------------------------------------+-------+
244-
| Windows | :file:`{prefix}` | :file:`C:\\Python` | \(2) |
244+
| Windows | :file:`{prefix}\\Lib\\site-packages` | :file:`C:\\Python{XY}\\Lib\\site-packages` | \(2) |
245245
+-----------------+-----------------------------------------------------+--------------------------------------------------+-------+
246246

247247
Notes:

0 commit comments

Comments
 (0)