bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wget 1.21 and OS X 10.9


From: Jeffrey Walton
Subject: Re: Wget 1.21 and OS X 10.9
Date: Fri, 1 Jan 2021 17:10:21 -0500

On Fri, Jan 1, 2021 at 5:08 PM Jeffrey Walton <noloader@gmail.com> wrote:
>
> On Fri, Jan 1, 2021 at 5:04 PM Darshit Shah <darnir@gnu.org> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]