go get golang.org/dl/go1.14.4 ?

78 views
Skip to first unread message

K Richard Pixley

unread,
Jun 18, 2020, 5:44:04 PM6/18/20
to golang-nuts
I must be missing something.  Could someone please point me?

kpixley@kpixley-mbp> go version
go version go1.14.4 darwin/amd64
kpixley@kpixley-mbp> go get golang.org/dl/go1.14.4
kpixley@kpixley-mbp> type go1.14.4
bash: type: go1.14.4: not found
kpixley@kpixley-mbp> go get golang.org/dl/go1.13.12
kpixley@kpixley-mbp> type go1.13.12
bash: type: go1.13.12: not found
kpixley@kpixley-mbp> go get golang.org/dl/go1.15beta1
kpixley@kpixley-mbp> type go1.15beta1
bash: type: go1.15beta1: not found

Brian Candler

unread,
Jun 19, 2020, 3:37:45 AM6/19/20
to golang-nuts
~/go/bin is not in your $PATH ?

fge...@gmail.com

unread,
Jun 19, 2020, 3:50:54 AM6/19/20
to K Richard Pixley, golang-nuts
don't type 'type'.
go1.15beta1 is a new commands you'll have
in your system after you do 'go get go1.15beta1'.

then you need to do:
kpixley@kpixley-mbp> go1.15beta1 download
if this fails, check you $PATH if it includes the path to go1.15beta1
binary, if not add it to $PATH.


On 6/18/20, 'K Richard Pixley' via golang-nuts
> --
> 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...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/e4ec57c1-7234-457a-bdff-6448bcde0e34%40juniper.net.
>

K Richard Pixley

unread,
Jun 19, 2020, 12:13:06 PM6/19/20
to golan...@googlegroups.com
Bah.  No, of course not.  Never use it.

Thank you.

On 6/19/20 12:37 AM, Brian Candler wrote:
~/go/bin is not in your $PATH ?
--
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...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages