From 55b96f288c6cc358a34c68c65e25d765ef05bcd9 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Wed, 16 May 2018 15:40:07 +0100 Subject: must export GUIX_LOCPATH to avoid locale warning messages --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index a328641..7be6a35 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -42,7 +42,7 @@ following function can be defined in the .bashrc file: source "$GUIX_PROFILE/etc/profile" fi # set path for locale - GUIX_LOCPATH=$GUIX_PROFILE/lib/locale + export GUIX_LOCPATH=$GUIX_PROFILE/lib/locale } To continue, start a new shell (or ``source`` the modified .bashrc file), move -- cgit