gpsd-dev
[Top][All Lists]
Advanced

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

Re: Fw: [Git][gpsd/gpsd][master] Ubuntu has abolished /usr/bin/python, c


From: Eric S. Raymond
Subject: Re: Fw: [Git][gpsd/gpsd][master] Ubuntu has abolished /usr/bin/python, change shebangs to python3.
Date: Mon, 20 Sep 2021 16:09:45 -0400

Gary E. Miller <gem@rellim.com>:
> Yo Eric!
> 
> > Ubuntu has abolished /usr/bin/python, change shebangs to python3.
> 
> A bit early to declare /usr/bin/python dead...
> 
> =====================================
> devtools/aivdmtable
> =====================================
> @@ -1,4 +1,4 @@
> -#!/usr/bin/env python
> +#!/usr/bin/env python4=3
> 
> Can that be right?

Nope.  Typo, I'll fixit.  As for dead/not-dead

esr@snark:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Pop
Description:    Pop!_OS 20.10
Release:        20.10
Codename:       groovy
esr@snark:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Pop
Description:    Pop!_OS 20.10
Release:        20.10
Codename:       groovy
esr@snark:~$ python
Command 'python' not found, did you mean:
  command 'python3' from deb python3
  command 'python' from deb python-is-python

That's a smoking gun.  For practical puroses, it's dead.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>


Attachment: signature.asc
Description: PGP signature


reply via email to

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