eurorack-blocks
eurorack-blocks copied to clipboard
Eurorack-blocks for Max doesn't build properly on macOS Monterey "bash: erbb: command not found"
gen~: exported: Macintosh HD:/Users/raf/dev/eurorack-blocks/test/max/artifacts/module_max.cpp
node.script: Build starting
node.script: module: /Users/raf/dev/eurorack-blocks/test/max/
node.script: Error: bash: erbb: command not found
node.script: Error: bash: erbb: command not found
node.script: child process exited with code 127
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.