JSFScan.sh
JSFScan.sh copied to clipboard
facing issues with interlace
Hey, i have the same problem
I think it's fixed please check again.
This problem is because you may not have set go path properly. If you download an go tools and then you have to manually set the tools to be executable by copy that tool to /usr/bin or /usr/local/bin , then you might facing this issue.
to get rid of it,
you can add to the shell profile. You need to add “export PATH=$PATH:/usr/local/go/bin” at the beginning of the profile.
here the path depends on where the go tools are downloading . in my case it was in /home/rahi/go/bin
- If you use bash the file to modify is **
~/.bashrc**.
It is run whenever a session is started - If you use zsh the file to modify is **
~/.zshrc**.
It is run whenever a session is started - For other shells, refer to the documentation provided, but it should work the same
When .bashrc or .zshrc has been modified, the change is not applied immediately. You need to start a new session to see the result.
If you do not want to start a new session, you can type this command and press enter :
$ source ~/.bashrc