From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F3F2C433DB for ; Fri, 22 Jan 2021 18:02:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0283023A79 for ; Fri, 22 Jan 2021 18:02:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729989AbhAVSCH (ORCPT ); Fri, 22 Jan 2021 13:02:07 -0500 Received: from smtprelay0128.hostedemail.com ([216.40.44.128]:45542 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729648AbhAVRw4 (ORCPT ); Fri, 22 Jan 2021 12:52:56 -0500 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay05.hostedemail.com (Postfix) with ESMTP id E70EE1801F770; Fri, 22 Jan 2021 17:52:09 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: chess82_4508c6f2756d X-Filterd-Recvd-Size: 2880 Received: from [192.168.1.159] (unknown [47.151.137.21]) (Authenticated sender: joe@perches.com) by omf10.hostedemail.com (Postfix) with ESMTPA; Fri, 22 Jan 2021 17:52:08 +0000 (UTC) Message-ID: <59dfd27e4b5cfe183a8cd64ed930c6dfd3c0aa20.camel@perches.com> Subject: Re: [PATCH] diffconfig: use python3 instead of python in Shebang line From: Joe Perches To: Masahiro Yamada Cc: Andy Shevchenko , Scott Branden , Finn Behrens , BCM Kernel Feedback , Philippe Ombredanne , Thomas Gleixner , Kate Stewart , Greg Kroah-Hartman , Linux Kernel Mailing List Date: Fri, 22 Jan 2021 09:52:06 -0800 In-Reply-To: References: <20210121170736.2266-1-scott.branden@broadcom.com> <64d3d8cb83e09d03927dba998a09e8b37e06dece.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2021-01-23 at 02:16 +0900, Masahiro Yamada wrote: > On Sat, Jan 23, 2021 at 12:51 AM Joe Perches wrote: > > > > On Fri, 2021-01-22 at 07:06 +0900, Masahiro Yamada wrote: > > > I use Ubuntu, where /usr/bin/python is a symlink > > > to /usr/bin/python3. > > > > Odd, here: > > > > $ lsb_release -a > > No LSB modules are available. > > Distributor ID: Ubuntu > > Description: Ubuntu 20.10 > > Release: 20.10 > > Codename: groovy > > > > $ ls /usr/bin/python -la > > lrwxrwxrwx 1 root root 7 Apr 15 2020 /usr/bin/python -> python2 > > Hmm, presumably I changed the symlink path by myself > although I do not remember... Sorry for confusion. Or maybe it's because my system has only been upgraded since about Ubuntu 8.04... Maybe it's time for a fresh reinstall.. I believe that Ubuntu now only installs python3 since 18.04 https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes Other base system changes since 16.04 LTS The gpg binary is provided by gnupg2 For new installs, a swap file will be used by default instead of a swap partition. Python 2 is no longer installed by default. Python 3 has been updated to 3.6. This is the last LTS release to include Python 2 in main.