Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8646e8e + 26e5878 commit 4a5fae1Copy full SHA for 4a5fae1
1 file changed
Doc/library/site.rst
@@ -33,7 +33,7 @@ It starts by constructing up to four directories from a head and a tail part.
33
For the head part, it uses ``sys.prefix`` and ``sys.exec_prefix``; empty heads
34
are skipped. For the tail part, it uses the empty string and then
35
:file:`lib/site-packages` (on Windows) or
36
-:file:`lib/python|version|/site-packages` and then :file:`lib/site-python` (on
+:file:`lib/python{X.Y}/site-packages` and then :file:`lib/site-python` (on
37
Unix and Macintosh). For each of the distinct head-tail combinations, it sees
38
if it refers to an existing directory, and if so, adds it to ``sys.path`` and
39
also inspects the newly added path for configuration files.
0 commit comments