Re: A dream?

2023-04-18 Thread Adolfo De Unanue
Hi Pedro, Do you mind to share those slides? I am teaching too and that will help me a lot Thanks in advance - Adolfo On Mon, Apr 17, 2023, at 23:35, Pedro Andres Aranda Gutierrez wrote: > > Jean Louis : > >> Eduardo Ochs [2023-04-16 01:45]: > >> do you have a page in https://gnu.support/

Re: Command not found when using Org + Guix + envrc.el

2023-04-16 Thread Adolfo De Unanue
I am facing the same problem, hopefully some one can help us - A On Sun, Apr 16, 2023, at 08:56, Fabio Natali wrote: > Hi! > > I tend to set up my literate programming projects with: > > - Emacs and Org > - Guix, to install the dependencies and create a development environment > - direnv, to

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-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

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

2021-05-09 Thread Adolfo De Unanue
Hi I am using Guix with direnv. 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 PGPASSWORD=some_password export PGDATABASE=food layout postgres Where cdpp-manifest.scm