-
How do I specify python of pyenv in Binary Ninja? Even after executing I believe that setting up them will solve this problem, but what exactly should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Use the drop down in the second setting shown above to select whatever version of python your Then just restart BN and it should have all the modules available. |
Beta Was this translation helpful? Give feedback.
Use the drop down in the second setting shown above to select whatever version of python your
pip install
corresponds to. Usually it's as simple aswhich python
to see where that python is installed and matching the same version. If you're using one of the supported operating systems you shouldn't have to manually point to the exact file but should be able to select from a list.Then just restart BN and it should have all the modules available.