Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c324c748
Commit
c324c748
authored
Apr 09, 2019
by
Lukas Waymann
Committed by
Vinay Sajip
Apr 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755)
parent
a8abe097
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/site.rst
Doc/library/site.rst
+3
-3
No files found.
Doc/library/site.rst
View file @
c324c748
...
...
@@ -45,9 +45,9 @@ sys.prefix and sys.exec_prefix are set to that directory and
it is also checked for site-packages (sys.base_prefix and
sys.base_exec_prefix will always be the "real" prefixes of the Python
installation). If "pyvenv.cfg" (a bootstrap configuration file) contains
the key "include-system-site-packages" set to anything other than "
fals
e"
(case-insensitive), the system-level prefixes will
still also
be
searched for site-packages; otherwise they w
on't
.
the key "include-system-site-packages" set to anything other than "
tru
e"
(case-insensitive), the system-level prefixes will
not
be
searched for site-packages; otherwise they w
ill
.
.. index::
single: # (hash); comment
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment