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

command not found #24

Closed
Tarbolin69 opened this issue Jan 9, 2023 · 2 comments
Closed

command not found #24

Tarbolin69 opened this issue Jan 9, 2023 · 2 comments

Comments

@Tarbolin69
Copy link

After installing nom through "go install", as shown in the README, running the command simply returns "zsh: command not found: nom"

Attempting to re-run "go install github.com/guyfedwards/nom/cmd/nom@latest" doesn't seem to do anything.

@CondensedMilk7
Copy link
Contributor

Have you added export PATH="/home/<your_username>/go/bin:$PATH" to your .zshrc? This is where go stores binaries and it should be known to your shell first.

@Tarbolin69
Copy link
Author

Have you added export PATH="/home/<your_username>/go/bin:$PATH" to your .zshrc? This is where go stores binaries and it should be known to your shell first.

How strange. Since I've ran programs before without having such a directory, I didn't thought I needed it. Thanks and apologies for the inconvenience.

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