Re: Packages don't get installed in the correct path

2021-03-17 Thread Garjola Dindi
On Wed 17-Mar-2021 at 10:25:39 +01, Garjola Dindi wrote: > On Wed 17-Mar-2021 at 08:49:22 +01, Ricardo Wurmus > wrote: >> Garjola Dindi writes: >> >>> On Wed 17-Mar-2021 at 07:51:18 +01, Tobias Geerinckx-Rice >>> wrote: >>> They are not in PATH. >> >> Then all you need is to add this to

Re: Packages don't get installed in the correct path

2021-03-17 Thread Garjola Dindi
On Wed 17-Mar-2021 at 08:49:22 +01, Ricardo Wurmus wrote: > Garjola Dindi writes: > >> On Wed 17-Mar-2021 at 07:51:18 +01, Tobias Geerinckx-Rice >> wrote: >>> Hi Garjola! >>> >>> Garjola Dindi 写道: I have added the following to my ~/.basrhc as indicated in the manual: ,[

Re: Packages don't get installed in the correct path

2021-03-17 Thread Ricardo Wurmus
Garjola Dindi writes: > On Wed 17-Mar-2021 at 07:51:18 +01, Tobias Geerinckx-Rice > wrote: >> Hi Garjola! >> >> Garjola Dindi 写道: >>> I have added the following to my ~/.basrhc as indicated in the manual: >>> >>> ,[ bash ] >>> | export

Re: Packages don't get installed in the correct path

2021-03-17 Thread Garjola Dindi
On Wed 17-Mar-2021 at 07:51:18 +01, Tobias Geerinckx-Rice wrote: > Hi Garjola! > > Garjola Dindi 写道: >> I have added the following to my ~/.basrhc as indicated in the manual: >> >> ,[ bash ] >> | export PATH="/home/garjola/.config/guix/current/bin${PATH:+:}$PATH" > > Which mad-Max manual

Re: Packages don't get installed in the correct path

2021-03-17 Thread Tobias Geerinckx-Rice
Hi Garjola! Garjola Dindi 写道: I have added the following to my ~/.basrhc as indicated in the manual: ,[ bash ] | export PATH="/home/garjola/.config/guix/current/bin${PATH:+:}$PATH" Which mad-Max manual indicates this? Not [my copy of] Guix's: “(1) Users sometimes wrongfully augment

Packages don't get installed in the correct path

2021-03-16 Thread Garjola Dindi
Hi, I have installed the Guix package manager on Debian stable using the instructions in the manual: ,[ elisp ] | (info "guix#Binary Installation") ` I have added the following to my ~/.basrhc as indicated in the manual: ,[ bash ] | export