2024-04-08 11:33:49 +00:00
|
|
|
---
|
|
|
|
|
Lib/site.py | 2 +-
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
2022-07-06 11:04:35 +00:00
|
|
|
--- a/Lib/site.py
|
|
|
|
|
+++ b/Lib/site.py
|
2024-04-08 11:33:49 +00:00
|
|
|
@@ -77,7 +77,7 @@ import io
|
|
|
|
|
import stat
|
2022-07-06 11:04:35 +00:00
|
|
|
|
|
|
|
|
# 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
|