File python-3.3.0b1-localpath.patch of Package python313
--- a/Lib/site.py 2025-02-04 17:51:09.000000000 +0300 +++ b/Lib/site.py 2025-02-20 13:24:56.814052157 +0300 @@ -77,7 +77,7 @@ import stat # 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