Skip to content

Instantly share code, notes, and snippets.

@XP2025A
Forked from simoncos/golang_on_rpi.md
Created January 21, 2019 23:43
Show Gist options
  • Select an option

  • Save XP2025A/b1d39cf747b33de4fbda1a691dba0335 to your computer and use it in GitHub Desktop.

Select an option

Save XP2025A/b1d39cf747b33de4fbda1a691dba0335 to your computer and use it in GitHub Desktop.
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:

sudo apt remove golang
sudo apt-get autoremove
source .profile

Test:

go version
@opokugeorge
Copy link

Hello,

I have a profitable business/investment deal, I'd like to discuss with you if you give me permission, because we have not met each other before?i look for your reply. my email [email protected]

Thanks
Engineer George

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment