From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Eliminate environment variable hints? Date: Thu, 11 Apr 2019 10:45:39 +0200 Message-ID: <87k1g13p70.fsf@gnu.org> References: <87a7iswyki.fsf@elephly.net> <87h8cinw1m.fsf@gnu.org> <87wokwhjhc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEVUG-0006Xt-Cd for guix-devel@gnu.org; Thu, 11 Apr 2019 04:55:13 -0400 In-Reply-To: <87wokwhjhc.fsf@gmail.com> (Chris Marusich's message of "Sun, 17 Mar 2019 21:52:47 -0700") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Chris Marusich Cc: guix-devel@gnu.org Hello, Chris Marusich skribis: > Personally I like what you've proposed. On a related note, I dislike > that the suggestions do not include absolute paths. I don't want to put > "my-profile/bin" in my PATH; I usually want to put > "$(pwd)/my-profile/bin" on my path. If you follow the suggestions when > using relative paths, things break as soon as you cd somewhere else. I fixed this in 21b3c0ca8789c22b9b689faa01286b18f103b92e. Making progress! Ludo=E2=80=99.