strongdm / comply

Compliance automation framework, focused on SOC2
https://comply.strongdm.com
Apache License 2.0
1.3k stars 246 forks source link

Comply is an unknown command #78

Closed MikaMisaki closed 2 years ago

MikaMisaki commented 4 years ago

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

image

inkedwithstars commented 4 years ago

I am also having the same issue.

joepurdy commented 4 years ago

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.