From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hebi Li Subject: Re: Guix installing different package versions on different machines Date: Sun, 29 Sep 2019 18:02:10 -0500 Message-ID: <87muemg0zx.fsf@gmail.com> References: <3468ea1d-61c2-9079-a061-25fd19bb911f@posteo.de> <425835ca2fe9d7d916dee3ff317cb9fa0729abec.camel@gmail.com> <8736ggeb4b.fsf@nckx> <33b38103-a090-6bb5-27dd-ed3d236ad8e1@posteo.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40263) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEiFW-0005ym-Ep for help-guix@gnu.org; Sun, 29 Sep 2019 19:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEiFV-0000iy-Bh for help-guix@gnu.org; Sun, 29 Sep 2019 19:05:06 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:44806 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iEiFV-0000iA-3x for help-guix@gnu.org; Sun, 29 Sep 2019 19:05:05 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iEiFR-000W0H-Pi for help-guix@gnu.org; Mon, 30 Sep 2019 01:05:01 +0200 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 On Sat, Sep 28 2019, Zelphir Kaltstahl wrote: > $ which guix > /usr/local/bin/guix > > So there seems to be an issue here. Hi Zelphir, You just need to add the correct path to $PATH: export PATH="$HOME/.config/guix/current/bin:$PATH" -- Hebi