diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2018-05-16 15:40:07 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2018-05-16 15:40:07 +0100 |
commit | 55b96f288c6cc358a34c68c65e25d765ef05bcd9 (patch) | |
tree | 7da047b112f5b8056eac34b1f87576c5476144bc | |
parent | da5e37cf769edbec94927f65b25936476f436360 (diff) | |
download | tweed-55b96f288c6cc358a34c68c65e25d765ef05bcd9.tar.gz |
must export GUIX_LOCPATH to avoid locale warning messages
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |