Install Go Lang 1.10.3 on Raspberry Pi 3
wget https://dl.google.com/go/go1.10.3.linux-armv6l.tar.gz | |
sudo tar -C /usr/local -xvf go1.10.3.linux-armv6l.tar.gz | |
cat >> ~/.bashrc << 'EOF' | |
export GOPATH=$HOME/go | |
export PATH=/usr/local/go/bin:$PATH:$GOPATH/bin | |
EOF | |
source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
yes this is good command on raspberry pi 3b and 3b+
I have try it
By OS is Ubuntu-MATE 18.04 LST and 16.04 LST
also is work