From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Legoll Subject: multiple versions Date: Sat, 16 Jul 2016 15:57:38 +0200 Message-ID: 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]:43996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOQ69-0003zf-UQ for help-guix@gnu.org; Sat, 16 Jul 2016 09:57:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOQ68-0005R3-0C for help-guix@gnu.org; Sat, 16 Jul 2016 09:57:40 -0400 Received: from mail-qk0-x22d.google.com ([2607:f8b0:400d:c09::22d]:36444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOQ67-0005Qx-Rq for help-guix@gnu.org; Sat, 16 Jul 2016 09:57:39 -0400 Received: by mail-qk0-x22d.google.com with SMTP id x1so39599792qkb.3 for ; Sat, 16 Jul 2016 06:57:39 -0700 (PDT) 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 m trying to get python3 & python2 installed for the same user guix package -i python@2 -i python@3 but that does not look like it will do what I want: vince@guixsd ~/guix-packages$ guix package -i python@2 python@3 The following package will be downgraded: python 3.4.3 =E2=86=92 2.7.10 /gnu/store/7fm1qk703x47qzb9p6xg08cxgb009akz-python-2.7.10 The following package will be upgraded: python 3.4.3 =E2=86=92 3.4.3 /gnu/store/dsp685maxqc1i6qcib77449g2b6b7qah-python-3.4.3 I've looked at https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-package.ht= ml#Invoking-guix-package And that could use some more involved examples, for such non trivial needs= ... --=20 Vincent Legoll