• Ned Deily's avatar
    bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) · 763f094b
    Ned Deily yazdı
    No longer add /Library/Python/3.x/site-packages, the Apple-supplied
    system Python site-packages directory, to sys.path for macOS framework
    builds in case Apple ships a version of Python 3. A similar change
    was made earlier to Python 2.7 where it was found that the coupling
    between the system Python and a user-installed framework Python often
    caused confusion or pip install failures.
    763f094b
test_site.py 23 KB