On Fri, Jan 1, 2021 at 5:08 PM Jeffrey Walton <[email protected]> wrote: > > 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
Yeah, it looks like Python2 only. $ find /usr/bin -name '*python*' /usr/bin/python /usr/bin/python-config /usr/bin/python2.5 /usr/bin/python2.5-config /usr/bin/python2.6 /usr/bin/python2.6-config /usr/bin/python2.7 /usr/bin/python2.7-config /usr/bin/pythonw /usr/bin/pythonw2.5 /usr/bin/pythonw2.6 /usr/bin/pythonw2.7 Jeff
