Re: [go-nuts] Re: newbie with go 1.9 troubles

2017-12-20 Thread Ian Lance Taylor
On Wed, Dec 20, 2017 at 3:41 AM, wrote: > > I have Fedora Linux 26 and I am trying to installed latest binary version > of go i.e go1.9.2.linux-amd64.tar.gz and there was no previous install on > the system and I have double checked with following command, and I have > installed go in my home d

[go-nuts] Re: newbie with go 1.9 troubles

2017-12-20 Thread hbafna
sorry for earlier post issue resolved, somebody was overwriting at same location. On Thursday, August 31, 2017 at 4:17:37 AM UTC+5:30, rob wrote: > > Ubuntu 16.04 amd64 > > I d/l the tar.gz file and followed the instructions to install it to > /usr/local/go and set $PATH, $GOPATH, $GOBIN and $G

[go-nuts] Re: newbie with go 1.9 troubles

2017-12-20 Thread hbafna
Hey I have Fedora Linux 26 and I am trying to installed latest binary version of go i.e go1.9.2.linux-amd64.tar.gz and there was no previous install on the system and I have double checked with following command, and I have installed go in my home directory of test1 and have created a sample

[go-nuts] Re: newbie with go 1.9 troubles

2017-09-06 Thread Prateek Pandey
Follow these steps: 1. sudo rm -rf /usr/local/go (check the path by "which go") 2. download the tar file and un-tar it. wget https://storage.googleapis.com/golang/go1.9.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.9.linux-amd64.tar.gz On Friday, September 1, 2017 at 8:56:31 PM UTC

[go-nuts] Re: newbie with go 1.9 troubles

2017-09-01 Thread visaxin
actually, you just remove all old version golang directory and download 1.9 && tar will work for me On Thursday, August 31, 2017 at 6:47:37 AM UTC+8, rob wrote: > > Ubuntu 16.04 amd64 > > I d/l the tar.gz file and followed the instructions to install it to > /usr/local/go and set $PATH, $GOPATH