Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ersivv/6138af8ea3e9aece1739d60eedd80c5d to your computer and use it in GitHub Desktop.

Select an option

Save ersivv/6138af8ea3e9aece1739d60eedd80c5d to your computer and use it in GitHub Desktop.
Install golang 1.8.3 on Raspberry Pi
wget https://storage.googleapis.com/golang/go1.8.3.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.8.3.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment