Leo Famulari <l...@famulari.name> writes: That works. It tells me to install the locale package etc. Which I do. Now there is a .guix-profile directory in my user home directory /home/rlemmon
When I now install a package using the full name /usr/local/bin/guix e.g. the hello package, it is correctly installed in ~/.guix-profile/bin However, I still cannot run guix (or hello) without the full path. I have tried adding /usr/local/bin to my PATH. What environmental variables need to be set for a standard user ? > On Thu, Feb 14, 2019 at 04:04:03PM +0000, Roy Lemmon wrote: >> Thanks for your help. I have done this but still having problems. I can >> now run guix as root and install correctly. >> >> However, if I setup for a normal user as in the manual: >> >> cd /usr/local/bin >> ln -s /var/guix/profiles/per-user/root/current-guix/bin/guix >> >> I still cannot make it work for that normal user. I made sure >> /usr/local/bin is in PATH. But the guix command is simply not found. > > What happens if you run `/usr/local/bin/guix`?