Add the following to your .(bash)rc file. This will add the guix pacakages to your path and make them available via the command line. So you should just be able to type avidemux3_qt5 for example or 'avi then ' would probably be enough to find it too.

export PATH="$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin:${PATH}"
export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale


You are getting the error


warning: failed to install locale: Invalid argument


most likely because you installed the locale for the root user and not your normal user and/or you did not define the GUIX_LOCPATH environment variable.

Reply via email to