Is there a way guix could quickly print out the information it now gives after a successful package install:
The following environment variable definitions may be needed: export PATH="/home/pjotrp/.guix-profile/bin:/home/pjotrp/.guix-profile/sbin" export PKG_CONFIG_PATH="/home/pjotrp/.guix-profile/lib/pkgconfig" export GUILE_LOAD_PATH="/home/pjotrp/.guix-profile/share/guile/site/2.0" export GUILE_LOAD_COMPILED_PATH="/home/pjotrp/.guix-profile/share/guile/site/2.0" export CPATH="/home/pjotrp/.guix-profile/include" export LIBRARY_PATH="/home/pjotrp/.guix-profile/lib" export ACLOCAL_PATH="/home/pjotrp/.guix-profile/share/aclocal" export LOCPATH="/home/pjotrp/.guix-profile/lib/locale" If that can be done on the fly we could include it in shell scripts. A possible automation. Would it be OK to add some RUBY paths? Pj.