-
-
Save rsandrade/f3fc5c11cc4bbe0be8a4070ac3963723 to your computer and use it in GitHub Desktop.
Install Go Lang 1.10.3 on Raspberry Pi 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
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