Skip to content

Instantly share code, notes, and snippets.

View matwiszynmarek's full-sized avatar

Marek Matwiszyn matwiszynmarek

  • Gdańsk, Poland
View GitHub Profile
@matwiszynmarek
matwiszynmarek / golang_on_rpi.md
Created July 22, 2019 07:57 — forked from simoncos/golang_on_rpi.md
Install Golang 1.9 on Raspberry Pi

Install Golang 1.9:

wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /usr/local -xzf go1.9.linux-armv6l.tar.gz
export PATH=$PATH:/usr/local/go/bin # put into ~/.profile

If already installed old golang with apt-get: