If you need the newest go release:  https://golang.org/doc/install

# download the archive
wget https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz

# extract it to /usr/local
sudo tar -C /usr/local -xzf go1.9.2.linux-amd64.tar.gz

# add /usr/local/go/bin to your path
echo 'export PATH=$PATH:/usr/local/go/bin' >> $HOME/.profile

You can also install go with your package manager (version 1.6 if you are 
on ubuntu 16.04):
    - sudo apt-get install golang-go

On Friday, November 10, 2017 at 12:28:42 PM UTC+1, tactician wrote:
>
> Thank you Mauricio.
>>
>    Two points - 
>        I do NOT wish to use docker - this would be counter performant 
>        I do not understand your reply. I have bash, and cannot download 
> http.
> It seems setting up relies on prior knowledge of linux code, which I do 
> not possess.
> I need a set up Go on scaleway for dummies approach
>
>  
>>
>

-- 
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