We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62793c2 commit 90ea48fCopy full SHA for 90ea48f
Lib/site.py
@@ -75,7 +75,7 @@
75
import _sitebuiltins
76
77
# Prefixes for site-packages; add additional prefixes like /usr/local here
78
-PREFIXES = [sys.prefix, sys.exec_prefix]
+PREFIXES = [sys.prefix, sys.exec_prefix, '/usr/local']
79
# Enable per user site-packages directory
80
# set it to False to disable the feature or True to force the feature
81
ENABLE_USER_SITE = None
0 commit comments