Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cowsay failed #40

Closed
chadbrewbaker opened this issue Apr 8, 2016 · 1 comment
Closed

Cowsay failed #40

chadbrewbaker opened this issue Apr 8, 2016 · 1 comment

Comments

@chadbrewbaker
Copy link

root@localhost:/mnt/c/Users/Giant_ice5/afl-2.10b# cowsay
Command 'cowsay' is available in '/usr/games/cowsay'
The command could not be located because '/usr/games' is not included in the PATH environment variable.
cowsay: command not found

Seems you need to add a /usr/games directory in the default path?

@cowens
Copy link

cowens commented Apr 9, 2016

I don't believe it is in the PATH by default in normal Ubuntu either. You can add it in your ~/.profile file by saying

PATH="/usr/games:$PATH"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants