Answers for "linux go not found"

1

go: not found The command

wget https://dl.google.com/go/go1.11.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.11.2.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
source ~/.profile
Posted by: Guest on April-01-2021

Browse Popular Code Answers by Language