...
Create a symbolic link to the actual path of espeak
with ln -s /opt/homebrew/bin/brew/espeak /usr/local/bin/espeak
. It appears that homebrew
installs its apps on M1 chips under /opt/homebrew/bin/brew
instead of /usr/local/bin
.
...
...
Create a symbolic link to the actual path of espeak
with ln -s /opt/homebrew/bin/brew/espeak /usr/local/bin/espeak
. It appears that homebrew
installs its apps on M1 chips under /opt/homebrew/bin/brew
instead of /usr/local/bin
.
...