summaryrefslogtreecommitdiffstats
path: root/Doc/install/index.rst
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-02-14 17:50:59 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-02-14 17:50:59 (GMT)
commit17be514d0a9a391461fbbdb06332d7b2b8273374 (patch)
tree0e5e419b457fe42ab89eca5e6440a99bbb1d399f /Doc/install/index.rst
parenta9076d655134386ddc7f9fca40c926a102f35b84 (diff)
downloadcpython-17be514d0a9a391461fbbdb06332d7b2b8273374.zip
cpython-17be514d0a9a391461fbbdb06332d7b2b8273374.tar.gz
cpython-17be514d0a9a391461fbbdb06332d7b2b8273374.tar.bz2
Closes #23437: Make user scripts directory versioned on Windows (patch by pmoore)
Diffstat (limited to 'Doc/install/index.rst')
-rw-r--r--Doc/install/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index 8f3ad72..876f350 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -361,7 +361,7 @@ And here are the values used on Windows:
Type of file Installation directory
=============== ===========================================================
modules :file:`{userbase}\\Python{XY}\\site-packages`
-scripts :file:`{userbase}\\Scripts`
+scripts :file:`{userbase}\\Python{XY}\\Scripts`
data :file:`{userbase}`
C headers :file:`{userbase}\\Python{XY}\\Include\\{distname}`
=============== ===========================================================