$ which go

/usr/local/bin/go


$ sudo vi $HOME/.profile


export GOPATH=$HOME/work

export PATH=$PATH:/usr/local/go/bin

export GOROOT=/usr/local/go

export PATH="$HOME/.cargo/bin:$PATH"



On Monday, October 30, 2017 at 3:51:30 PM UTC+5:30, Dave Cheney wrote:
>
> Do you have GOROOT set? I set it 
>
> What does ‘which go’ return?

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