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.
1 parent 7f2d502 commit 72a2678Copy full SHA for 72a2678
Lib/site.py
@@ -18,7 +18,7 @@
18
it is also checked for site-packages (sys.base_prefix and
19
sys.base_exec_prefix will always be the "real" prefixes of the Python
20
installation). If "pyvenv.cfg" (a bootstrap configuration file) contains
21
-the key "include-system-site-packages" set to anything other than "false"
+the key "include-system-site-packages" is set to "true"
22
(case-insensitive), the system-level prefixes will still also be
23
searched for site-packages; otherwise they won't.
24
0 commit comments