You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable system site-packages via GENTOO_CPYTHON_BUILD var
Do not add system site-packages directory to sys.path
if GENTOO_CPYTHON_BUILD variable is set. This solves multiple issues
while building and testing CPython, particularly test suite issues from
installed .pth files, Python modules (particularly docutils) and sandbox
violations from attempting to write byte-compiled modules back.
Signed-off-by: Michał Górny <[email protected]>
0 commit comments