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
$ getgo
Welcome to the Go installer!
Downloading Go version go1.8.3 to /Users/jbd/.go
This may take a bit of time...
Downloaded!
Setting up GOPATH
One more thing! Run `source /Users/jbd/.zshrc` to persist the
new environment variables to your current session, or open a
new shell prompt.
Then when I do a which go in a new shell, it points to the earlier installation. We should probably warn the user if there is already a Go installation available (at a different location) on the system and recommend user to remove it before proceeding.
mikioh
changed the title
cmd/getgo: warn if user already have a Go installation
x/tools/cmd/getgo: warn if user already have a Go installation
Aug 3, 2017
gopherbot
added
the
Tools
This label describes issues relating to any tools in the x/tools repository.
label
Sep 12, 2019
Then when I do a
which go
in a new shell, it points to the earlier installation. We should probably warn the user if there is already a Go installation available (at a different location) on the system and recommend user to remove it before proceeding./cc @broady
The text was updated successfully, but these errors were encountered: