Created
April 12, 2020 16:28
-
-
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:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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