MacOS - automake: command not found
I am trying to install automake on MacOS using brew . From terminal I write, brew install automake says Warning: automake-1.15 already installed . When I then try automake version it responds -bash: automake: command not found . I am using OS X El Capitan. $ automake version -bash: automake: command not found $ brew install automake Warning: automake-1.15 already installed $ automake version -bash: automake: command not found The solution had to do with brew having failed to link the binary into the PATH . Un-linking and re-linking solved it. Fattie What an infuriating problem! In a Docker