From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#30437: No =?UTF-8?Q?=E2=80=9C.guix-profile/bin/python=E2=80=9D?= after =?UTF-8?Q?=E2=80=98guix?= package -i =?UTF-8?Q?python=E2=80=99?= Date: Mon, 12 Feb 2018 18:23:07 +0100 Message-ID: <20180212182307.7c0982ee@scratchpost.org> References: <87po5a5ew6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elHpl-0002rj-Qi for bug-guix@gnu.org; Mon, 12 Feb 2018 12:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elHpi-0002z0-NO for bug-guix@gnu.org; Mon, 12 Feb 2018 12:24:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60287) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1elHpi-0002yp-JE for bug-guix@gnu.org; Mon, 12 Feb 2018 12:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1elHpi-00043b-Cb for bug-guix@gnu.org; Mon, 12 Feb 2018 12:24:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87po5a5ew6.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Mathieu Lirzin Cc: 30437@debbugs.gnu.org Hi Mathieu, On Mon, 12 Feb 2018 17:52:41 +0100 Mathieu Lirzin wrote: > I think it would work better if when installing python@3, a =E2=80=98pyth= on=E2=80=99 > executable would be available in the PATH. Maybe there is a technical > reason for not doing so, but I find its absence rather confusing. For backward compatibility, the 'python' executable always has to be Python= 2. A lot of old scripts specify just "/usr/bin/env python" in the shebang. On the other hand if your script supports Python 3 you know it.