FTR I’ve posted how to efficiently install Python from the official website by yourself: MAC version not working in python
P.S. I saw you running setup.py test
there. FYI it’s highly discouraged by PyPA and it’s better to just invoke the testrunner (pytest
).