SHA256
1
0
forked from pool/python312
python312/python-3.3.0b1-localpath.patch

14 lines
537 B
Diff
Raw Normal View History

Index: Python-3.12.0b1/Lib/site.py
===================================================================
--- Python-3.12.0b1.orig/Lib/site.py
+++ Python-3.12.0b1/Lib/site.py
@@ -76,7 +76,7 @@ import _sitebuiltins
import io
# Prefixes for site-packages; add additional prefixes like /usr/local here
-PREFIXES = [sys.prefix, sys.exec_prefix]
+PREFIXES = [sys.prefix, sys.exec_prefix, '/usr/local']
# Enable per user site-packages directory
# set it to False to disable the feature or True to force the feature
ENABLE_USER_SITE = None