On Thursday, 11 April 2019 19:58:56 CEST Luther Thompson wrote: > On my system ~/.guix-profile/etc/profile has all the important > environment variables, including XDG_DATA_DIRS. When I run `guix > package --search-paths=prefix`, I see a list of the same variables. > What do you see when you run that command? > > Luther
I get the the same as what my profile file says: $ guix package --search-paths export PATH="/home/aleksandar/.guix-profile/bin" export GUILE_LOAD_PATH="/home/aleksandar/.guix-profile/share/guile/site/2.2" export GUILE_LOAD_COMPILED_PATH="/home/aleksandar/.guix-profile/lib/guile/2.2/ site-ccache"
