possatti / pokemonsay

"pokemonsay" is like "cowsay" but for pokémon.
MIT License
506 stars 55 forks source link

/usr/local/bin/pokemonsay: line 115: shuf: command not found #7

Open miguelmota opened 6 years ago

miguelmota commented 6 years ago
$ brew tap possatti/possatti
$ brew install pokemonsay
$ pokemonsay test
/usr/local/bin/pokemonsay: line 115: shuf: command not found
LindseyB commented 5 years ago

I know this was from nearly a year ago but the following in your .bashrc or .zshrc file will fix this:

export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"