Open kalhori124 opened 6 years ago
even I installed and setup go evn I getting this error;
go get -v github.com/Masterminds/glide glide install make: glide: Command not found Makefile:15: recipe for target 'deps' failed make: *** [deps] Error 127
Building the image... ./build-docker.sh: line 14: docker: command not found
@UN5T48L3 You must append the $GOPATH/bin to your $PATH variable, also use GOBIN=$GOPATH/bin
@kalhori124 In order to build with docker you must install docker first :sweat_smile:
How can I fix this ?
[root@server ~]# go get -v github.com/mauri870/ransomware github.com/mauri870/ransomware (download) created GOPATH=/root/go; see 'go help gopath' package github.com/mauri870/ransomware: no Go files in /root/go/src/github.com/mauri870/ransomware [root@server ~]# cd $GOPATH/src/github.com/mauri870/ransomware -bash: cd: /src/github.com/mauri870/ransomware: No such file or directory