Hi Ken,

If "go get" succeeded, then probably this put something in
$GOPATH/bin/go1.11beta3, but bash being unable to find it means that
$GOPATH/bin is not in your $PATH environment variable; so bash can't find
it. Try "$GOPATH/bin/go1.11beta3 download" or try adding $GOPATH/bin to
your $PATH, then it should work.

On Thu, 9 Aug 2018 at 21:35, Ken MacDonald <drken...@gmail.com> wrote:

> Hi,
> Just attempted to install 1.11beta3. Using the following instructions, the
> "go get" portion appears to have succeeded, but "go1.11beta3 download"
> fails with "bash: go1.11beta3: command not found". This worked fine on my
> Mac, but trying on a CentOS system now. Suggestions welcome.
>
>
>> If you have Go installed already, the easiest way to try go1.11beta3
>> is by using the go command:
>> $ go get golang.org/dl/go1.11beta3
>> $ go1.11beta3 download
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to