File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ sys.prefix and sys.exec_prefix are set to that directory and
45
45
it is also checked for site-packages (sys.base_prefix and
46
46
sys.base_exec_prefix will always be the "real" prefixes of the Python
47
47
installation). If "pyvenv.cfg" (a bootstrap configuration file) contains
48
- the key "include-system-site-packages" set to anything other than "false "
49
- (case-insensitive), the system-level prefixes will still also be
50
- searched for site-packages; otherwise they won't .
48
+ the key "include-system-site-packages" set to anything other than "true "
49
+ (case-insensitive), the system-level prefixes will not be
50
+ searched for site-packages; otherwise they will .
51
51
52
52
.. index ::
53
53
single: # (hash); comment
You can’t perform that action at this time.
0 commit comments