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

-bash: AllFood: command not found #1

Open
CaptainJeff opened this issue Feb 27, 2017 · 1 comment
Open

-bash: AllFood: command not found #1

CaptainJeff opened this issue Feb 27, 2017 · 1 comment

Comments

@CaptainJeff
Copy link

After following the read me and doing

$ go get github.com/DiSiqueira/AllFood
$ AllFood -h

I receive -bash: AllFood: command not found when I run "AllFood -h". Any insight into why that would be. Sorry I'm a bit new to Go

@isfonzar
Copy link

isfonzar commented Feb 28, 2017

You need to include the location of your go workspace in the environmental variables.

It can be easily done by running:

$ export PATH=$PATH:$(go env GOPATH)/bin

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

2 participants