Closed buzzsurfr closed 3 years ago
This is unexpected. Where are lima
and limactl
installed on your machine? I can update the path-updater to add more directories when they're present.
I used homebrew to install, so they’re in /opt/homebrew/bin
. What’s odd is those are also in my PATH environment variable.
Annoyingly gui apps don't inherit your PATH from .zshrc
/.bashrc
I'll make prep_environment_for_lima
also add /opt/homebrew/bin
to $PATH
, thanks for letting me know.
Out of curiosity, are you running on an ARM Mac? My Intel MBP installed brew
in /usr/local/bin
.
Yes I am. It also is a corporate MacBook but we don't tend to mess with defaults too much.
Let me know if you still have issues - #25 should have fixed the issue with /opt/homebrew/bin
(and as a bonus, macports' /opt/local/bin
).
I'm getting the following error in xbar:
I've tried a few permutations of adding
/usr/local/bin
and/opt/homebrew/bin
to the command, as well as checking environment variables.Ultimately, I had to symlink
lima
andlimactl
into/usr/local/bin
. Is this expected, and should this be part of the Makefile?