Skip to content

Instantly share code, notes, and snippets.

@gieart87
Created April 12, 2020 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gieart87/94e790f0c643dc42363269fb48491df6 to your computer and use it in GitHub Desktop.
Save gieart87/94e790f0c643dc42363269fb48491df6 to your computer and use it in GitHub Desktop.
Protoc Gen Problem: Please specify a program using absolute path or make sure the program is available in your PATH system variable --go_out:
Problem:
protoc-gen-go: program not found or is not executable
Please specify a program using absolute path or make sure the program is available in your PATH system variable
--go_out: protoc-gen-go: Plugin failed with status code 1.
Solution:
export PATH=$PATH:$HOME/go/bin
export PATH=$PATH:/usr/local/go/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment