From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Python 2 and Python 3 ? Date: Fri, 23 Feb 2018 18:27:30 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epH89-0001io-ID for help-guix@gnu.org; Fri, 23 Feb 2018 12:27:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epH88-0006JB-QM for help-guix@gnu.org; Fri, 23 Feb 2018 12:27:33 -0500 Received: from mail-wm0-x22b.google.com ([2a00:1450:400c:c09::22b]:56080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epH88-0006H2-Iu for help-guix@gnu.org; Fri, 23 Feb 2018 12:27:32 -0500 Received: by mail-wm0-x22b.google.com with SMTP id q83so6050094wme.5 for ; Fri, 23 Feb 2018 09:27:32 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello, I am asking if this behaviour is expected or if I miss something. The command: guix package -i python installs the python3 version and there is no python in .guix-profile/bin/. And in another profile `guix package -i python@2' installs the python2 and there is python in profile/bin/. To me, it is counter-intuitive. What is the reason ? And there is not any, since python 2 is dying, I suggest that python points to python3 and not python2. Thank you. All the best, simon