We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go version
$ go version 1.13
go env
$ go env pop os 20.04 amd64
matgab@pop-os:~$ go get golang.org/dl/go1.14.2 matgab@pop-os:~$ go1.14.2 download go1.14.2: command not found matgab@pop-os:~$
downloading
go1.14.2: command not found
The text was updated successfully, but these errors were encountered:
That is not the output produced by the go command that comes with the Go toolchain. Perhaps your OS is providing some other go command?
go
Otherwise, you need to make sure that the install location for go get (either $GOPATH/bin or $GOBIN) is in your shell's PATH environment variable.
go get
$GOPATH/bin
$GOBIN
PATH
Sorry, something went wrong.
No branches or pull requests
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
downloading
What did you see instead?
go1.14.2: command not found
The text was updated successfully, but these errors were encountered: