Closed ghost closed 6 years ago
Your GOPATH
looks wrong, unless you're dir structure looks like /root/work/bin/src/github.com/ponzu-cms/ponzu
and /root/work/bin/bin/ponzu
. The latter is what you need to run the command ponzu
, and GOPATH/bin
would also need to be in your shell's PATH
env var.
If you can run /root/work/bin/bin/ponzu
then it's just missing from your shell PATH
.
Give this a read: http://www.ryanday.net/2012/10/01/installing-go-and-gopath/
Closing the issue; not related to ponzu. For further assistance please reach out via another source, maybe Slack.
Fixed it because I found it
Tried installing it on Debian 9 stretch This is my go env output, I am new to go so please lmk what am I doing wrong