subzy
subzy copied to clipboard
unable to run subzy with out absolute path
I have just install subzy . I'm using go 1.18 version. my go apth env is set as well. even I did export GOPATH=$HOME/go and found that i have go/bin/subzy on path as well. But when I run subzy it does not find it. If I use /home/myuser/go/bin/subzy it is working fin.
Any idea what went wrong?
cp /go/bin/subzy /usr/local/bin , it can solve
Solution:
- Use
export GOPATH=$HOME/goas root and normal user. - Then
sudo cp $HOME/go/bin/* /usr/local/bin/* cp $HOME/go/bin/* /usr/local/bin/*