On Tue, Oct 4, 2016 at 4:42 PM, Catonano <caton...@gmail.com> wrote: > In exploring Culturia, here > > https://github.com/amirouche/Culturia/ > > I reach this line > > > guix environment --ad-hoc --pure guile-next > > > what happens is this (I'm not on Fedora anymore but rather on Ubuntu 16.04) > > > Command 'lesspipe' is available in the following places > * /bin/lesspipe > * /usr/bin/lesspipe > The command could not be located because '/usr/bin:/bin' is not included in > the PATH environment variable. > lesspipe: command not found > Command 'dircolors' is available in '/usr/bin/dircolors' > The command could not be located because '/usr/bin' is not included in the > PATH environment variable. > dircolors: command not found > Command 'ls' is available in '/bin/ls' > The command could not be located because '/bin' is not included in the PATH > environment variable. > ls: command not found > > > > Without the "--pure" it works like a charm > > Is this normal ? Or is there anything wrong ?
Guix isn't doing any of this, your shell is. Check your .bashrc or the equivalent file for whatever shell you use. - Dave