On Fri, Jan 1, 2021 at 5:04 PM Darshit Shah <[email protected]> wrote: > > The Python tests look like they fail because the system does not have a > Python3 binary. > > From past experience, it is possible that you have python3 installed, > but the system does not have a python3 binary. Just Python. I don't have > a clean way to work around this problem.
Ack, thanks. Yeah, this is an older MacBook circa 2010. It has had a few OS X upgrades but it is now frozen for performance reasons. It is basically unusable because of OS X bloat. It does have Python2, but I don't believe it has Python3. $ python --version Python 2.7.5 Jeff
