help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: post guix pull shell command


From: Ricardo Wurmus
Subject: Re: post guix pull shell command
Date: Fri, 27 Aug 2021 08:58:23 +0200
User-agent: mu4e 1.4.15; emacs 27.2


Hi Andy,

Hi, after doing a guix pull && guix package -u

this message is shown

hint: Consider setting the necessary environment variables by running:

     GUIX_PROFILE="/home/atai/.guix-profile"
     . "$GUIX_PROFILE/etc/profile"

This is correct as is.

You set the GUIX_PROFILE variable in the first command and then you source a file referencing the variable.

You cannot do this in one go, because $GUIX_PROFILE would evaluate to the empty string as the command has not been run yet.

--
Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]