Skip to content

Instantly share code, notes, and snippets.

@zacgx
Forked from simoncos/golang_on_rpi.md
Created March 7, 2025 06:21
Show Gist options
  • Select an option

  • Save zacgx/a5a2c757833f0d51215f192db552b106 to your computer and use it in GitHub Desktop.

Select an option

Save zacgx/a5a2c757833f0d51215f192db552b106 to your computer and use it in GitHub Desktop.
Install Golang 1.9 on Raspberry Pi
wget https://storage.googleapis.com/golang/go1.7.linux-armv6l.tar.gz
tar -C /usr/local -xzf 
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