You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The tour program will open a web browser displaying your local version of the tour."
What did you see instead?
karl@tp-dev:~/Projects/tmp/go$ go get golang.org/x/tour
karl@tp-dev:~/Projects/tmp/go$ tour
Command 'tour' not found, did you mean:
command 'tor' from deb tor
Try: sudo apt install <deb name>
The text was updated successfully, but these errors were encountered:
Hi @kstenerud - welcome to Go. Please go through https://golang.org/doc/code.html#GOPATH to get an idea of how Go tools are installed. You have to set the $GOPATH/bin folder in your $PATH variable for it to know where the binaries are installed.
That's pretty confusing for a newcomer. I would never have thought in a million years that I'd need information from an obscure section of a random URL in order to run a command on page 3 of the tutorial.
"For convenience, add the workspace's bin subdirectory to your PATH:"
"For convenience" doesn't imply that instructions as given simply won't work unless I do it, nor does the tutorial mention that you need to do this in order to run the commands.
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?
I followed the instructions at https://tour.golang.org/welcome/3
What did you expect to see?
"The tour program will open a web browser displaying your local version of the tour."
What did you see instead?
The text was updated successfully, but these errors were encountered: