This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Description
Installed Raspbian Stretch Lite, did all the initial config, enabled SSH, got it on my network, logged into SSH, tried openbazaar-go/docs/install-linux.md instructions. go1.7.1.linux-amd64 threw some couldn't execute error when I did go get github.com/OpenBazaar/openbazaar-go, so I switched to https://freedomnode.com/blog/80/how-to-install-and-configure-new-openbazaar-2-0-on-linux-and-mac-os-x after resetting ~/.profile to default with cp /etc/skel/.profile ~/
pi@pi:~ $ go version
go version go1.8.3 linux/arm
pi@pi:~ $ echo "export GOPATH=$HOME/go" >> .profile
pi@pi:~ $ echo "export PATH=$PATH:/usr/local/go/bin" >> .profile
pi@pi:~ $ source ~/.profile
pi@pi:~ $ go get github.com/OpenBazaar/openbazaar-go
go install runtime/internal/atomic: open /usr/local/go/pkg/linux_arm/runtime/internal/atomic.a: permission denied
pi@pi:~ $
Wondering if this is an easy fix or how to purge every trace of go from the filesystem to start from scratch, without reinstalling Stretch Lite.