doc: install instructions don't mention adding $GOPATH/bin to $PATH #44930
Labels
Documentation
Issues describing a change to documentation.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
install protoc manually following the directions
install go from the .pkg file following the directions on https://golang.org/doc/install
cd ~/Work/gRPC
git clone https://github.com/google/gnostic.git
cd gnostic
make
What did you expect to see?
I expected a successful build of gnostic
What did you see instead?
several instances of the following lines
This is because ONLY /usr/local/go/bin was added to paths.d and $HOME/go/bin was NOT added anywhere, and your website installation instructions don't say anything about checking the latter.
The text was updated successfully, but these errors were encountered: