Re: org-babel not finding executables when using direnv [Was: Re: ob-sql is not finding psql when using direnv+guix]

2021-05-13 Thread Tim Cross
"Adolfo De Unanue" writes: > On Wed, May 12, 2021, at 08:49, Cook, Malcolm wrote: >> > > >I am using Guix with direnv. >> > > >> > > What is your shell? >> > > >> > >> > My shell is bash, originally I was using zsh and I thought that was the >> > problem, so I switched to bash and still not

RE: org-babel not finding executables when using direnv [Was: Re: ob-sql is not finding psql when using direnv+guix]

2021-05-13 Thread Cook, Malcolm
> > > > >I am using Guix with direnv. > > > > > > > > What is your shell? > > > > > > > > > > My shell is bash, originally I was using zsh and I thought that was the > > > problem, so I switched to bash and still not working. > > > > > > > How/When do you "hook direnv into your shell"

org-babel not finding executables when using direnv [Was: Re: ob-sql is not finding psql when using direnv+guix]

2021-05-13 Thread Adolfo De Unanue
On Wed, May 12, 2021, at 08:49, Cook, Malcolm wrote: > > > >I am using Guix with direnv. > > > > > > What is your shell? > > > > > > > My shell is bash, originally I was using zsh and I thought that was the > > problem, so I switched to bash and still not working. > > > > > How/When do you

RE: ob-sql is not finding psql when using direnv+guix

2021-05-12 Thread Cook, Malcolm
> > >I am using Guix with direnv. > > > > What is your shell? > > > > My shell is bash, originally I was using zsh and I thought that was the > problem, so I switched to bash and still not working. > > > How/When do you "hook direnv into your shell" (https://direnv.net/)? > > > > In the

Re: ob-sql is not finding psql when using direnv+guix

2021-05-11 Thread Adolfo De Unanue
Dear Malcom On Mon, May 10, 2021, at 13:14, Cook, Malcolm wrote: > >I am using Guix with direnv. > > What is your shell? > My shell is bash, originally I was using zsh and I thought that was the problem, so I switched to bash and still not working. > How/When do you "hook direnv into your

RE: ob-sql is not finding psql when using direnv+guix

2021-05-10 Thread Cook, Malcolm
>I am using Guix with direnv. What is your shell? How/When do you "hook direnv into your shell" (https://direnv.net/)? > In an specific folder I am installing and using psql and postgresql using > direnv+guix as follows: >use guix --manifest=cdpp-manifest.scm > >export PGUSER=food_user >export