Closed MikaMisaki closed 3 years ago
I am also having the same issue.
Sounds like an issue with your PATH
.
go get github.com/strongdm/comply
should leave a comply
binary at $GOPATH/bin/comply
. For example from my system where my GOPATH
is ~/go
:
~/ ᐅ ls ~/go/bin | grep 'comply'
comply
From there you need to make sure $GOPATH/bin
is part of your PATH
. If you're still having trouble it would be helpful to know more information about your local environment.
GOPATH
set to?PATH
set to?ls $GOPATH/bin | grep 'comply'
return for you? Do you see a binary for comply
or no output?
Everytime I try just the beginning steps of installing comply. I continue to get "Comply: Command not found".
I type "Go Get github.com/strongdm/comply" and it runs fine. I have Go installed and all the prerequisites. The next line pops up soon after. Following the directions in the video I type "Comply" and then I get that error. That is where I have been stuck and it's been making me waste hours on this. Please help