Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.15k stars 541 forks source link

Issue with installation GoPhish #964

Open Piratebayy opened 6 years ago

Piratebayy commented 6 years ago

Hello everyone, Yesterday I bought a VPS and today I tried installing GoPhish on it.

Unfortunately when I try installing it I get this error: package github.com/gophish/gophish: cannot download, $GOPATH not set. For more details see: go help gopath

I already have set my GoPath with: export GOPATH=$HOME/go But after filling it in it doesn't seem to work.

Any advice?

Piratebayy commented 6 years ago

If there is someone that can help me with this issue over screenshare I will give him some $$

Piratebayy commented 6 years ago

After trying things out, I tried to fix it but now i get this error:

cannot find package "context" in any of: /usr/lib/go/src/pkg/context (from $GOROOT) /.go/src/context (from $GOPATH) /.go/src/github.com/jordan-wright/email/email.go:18:2: cannot find package "mime /quotedprintable" in any of: /usr/lib/go/src/pkg/mime/quotedprintable (from $GOROOT) /.go/src/mime/quotedprintable (from $GOPATH)