-
Notifications
You must be signed in to change notification settings - Fork 436
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
command not found: idb #615
Comments
When you first ran
If you add this path to your PATH environment variable you should be able to run idb |
I had to run |
The README implicitly suggests |
Hi @c-ryan747, could you share how can this be added to the PATH environment? |
I was facing the same issue. The solution I found was to remove idb client using Then reinstall it using sudo: The main reason why I had the problem is, without sudo permissions (or any other way to grant access) the first pip install was not able to set the necessary env variables. |
Thank you @nelyousfi, worked for me also! |
"sudo pip3.8 install fb-idb" also solves my issue, the install doc needs to be updated. |
This solved it for me as well |
Thanks, also worked for me 👏 |
This also works for me! |
sudo pip3.8 install fb-idb
this did not work for me. What worked for me is: |
Thanks, this work for me ! |
just to chip in here - literally ran every variation above, but wasn't till running |
2022 end now and the doc is still the old one... |
in my case |
2024 and it's STILL the old one lol |
We use GitHub Issues for bugs.
--- Please use this template, and delete everything above this line before submitting your issue ---
Description
After following the installation instructions from the website or the README in GH, I can't run
idb
.Logs
Here's the logs to show that I installed everything but idb is not found:
The text was updated successfully, but these errors were encountered: