-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bash: httprobe: command not found #30
Comments
Did you try adding $GOPATH/bin to your $PATH? |
As mentioned by @geeknik, Either add it to your
And then restart your terminal and try running |
@tomnomnom Same issue, as you can see, $GOPATH/bin is already in my path |
After adding it to .bashrc you need to update it with |
same issue here Linux kali 5.6.0-kali2-amd64 SMP Debian 5.6.14-1kali1 (2020-05-25) x86_64 GNU/Linux
|
Whenever you get this error check the following:
Once you added these two lines, restart the terminal and the first check if they have been added correctly by running the following commands:
now go to $HOME/bin and check for httprobe, if its in there, then everything is installed correctly and it should work as expected. If you dont find httprobe, then you need to install it again using:
|
When you run |
Some of us are noobs in this env..Can you please put all the things here step by step |
Here it is,,:) Things to note,
How to add directory to $PATH?
PATH="$PATH:$HOME/go/bin" Don't forget the semicolon in between $PATH and $HOME The above line does two things, one it pastes the $PATH variable inside the string, two, it concatenates your It is similar to: After that, save the file and close it. Go to your home directory and run the command: |
https://www.youtube.com/watch?v=7vuT4TfgSNQ <---- do a reinstall on httprobe 100% work |
i can't able to use httprobe.i think this issue is due to go but can't able to the fix.
The text was updated successfully, but these errors were encountered: