help-guix
[Top][All Lists]
Advanced

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

Re: Package recommended environment variables


From: Jeff Bauer
Subject: Re: Package recommended environment variables
Date: Thu, 16 May 2019 08:27:55 -0500
User-agent: Mutt/1.9.4 (2018-02-28)

I've put the following in my .profile:

GUIX_PROFILE="$HOME/.guix-profile"
if [ -d $GUIX_PROFILE ] || [ -h $GUIX_PROFILE ] ; then
    export GUIX_PROFILE
    export GUIX_LOCPATH=$GUIX_PROFILE/lib/locale/
    source $GUIX_PROFILE/etc/profile
fi

I have it set up this way so my .profile is portable
between guix and non-guix systems.  GUIX_LOCPATH was
added to get rid of warning messages.

Any suggestions for improvements are welcome.  Thanks.

-Jeff



reply via email to

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