Jonas Chevalier
Jonas Chevalier
Thanks, I had a quick look. My first impression is that you really understand how direnv works, it's nice. One of the dangers of caching is that if it's not...
What is Jabba? I recommend first writing an entry in the Wiki https://github.com/direnv/direnv/wiki/Ruby section
Sounds good! A good approach would be to override the use_nix function on your system by re-declaring it in `~/.config/direnv/direnvrc` so that it pulls nix-portable and adds it to the...
Hi, this is quite unusual. Can you give me the output of `echo $DIRENV_DIFF` once you entered the folder?
I wrote a new sub-command to print the content of the DIRENV_DIFF in a human-readable form. Here is the output that I get for yours: ``` { "n": { "AWS_PROFILE":...
I suspect that torch is messing with the environment. Is it installing anything in the ~/.bashrc, ~/.profile or ~/.bash_profiles ? Can you give me the output of `echo $PROMPT_COMMAND`?
Yeah I still don't understand the root cause of the problem. I don't think it's common since you are the first one to report it. Oh well, let's see if...
Are you running this on macOS? What does the `.envrc` look like?
I think it's a macOS-specific issue. can you try and start a bash sub-shell outside of direnv and see if the envs are still there?
I don't have a macOS system to reproduce this issue at the moment