Use with system version of direnv (MacOS arm) #68
-
Is it possible to get this working with the system (homebrew) version of direnv? I've built my whole config around this and I can't seem to get it working on my M1 Macs. This is what I get when loading ~/.envrc (containing only
Looking at the source code for asdf-direnv I think this is the issue: asdf-direnv/lib/commands/command.bash Line 25 in e96ecf3
Is it not possible for asdf-direnv to create a folder for the .envrc file caches in this case? I don't think there's any way for me to install direnv right now using asdf. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The easiest way is to install it using Homebrew, etc, and specify “system” as the version. See #58. |
Beta Was this translation helpful? Give feedback.
The easiest way is to install it using Homebrew, etc, and specify “system” as the version. See #58.