Open ohmtech-rdi opened 2 years ago
On macOS Monterey, zsh
is used by default. But Max still uses bash
.
We need to source our environment with the PATH
to erbb. So not only we have to fill .zshrc
but also .bash_profile
in the Max case.
Do you have any objections in having fish support?
Hi @ricardomatias !
Thanks for the suggestion. I'm not sure exactly on how this could address this issue regarding Max. Could you please elaborate on that?
If this is a general suggestion, I'll be happy to make a new issue for you on this topic.
Please keep us posted. Thanks!
It's at most tangentially related, so more of a general suggestion :) Best to open a new issue.
Please don't hesitate to open it yourself, as you can probably put more details than me, or otherwise tell me to do it for you. Thanks!
Type this command in a bash shell: chsh -s /bin/zsh It will switch your shell from bash to zsh, then no more error from max environment. Everything seems to build correctly.