frida-ps: command not found

Created on 23 Jun 2020  路  4Comments  路  Source: frida/frida

I'm getting this error despite I've installed frida using pip install frida-tools .

Tested in MacOS Catalina and Ubuntu 18.04

Most helpful comment

It occurs because it cannot set the path correctly due to privileges

to fix this issue:
Uninstall the frida - pip uninstall frida-tools
then install it with sudo - sudo pip install frida-tools

It should be fixed now.

All 4 comments

try this command pip3 install frida-tools

Same issue.Tried npm and still the same.

EDIT:The problem was within Python path.It was not set.Had to manually set the path and it's now working perfectly :)

EDIT:The problem was within Python path.It was not set.Had to manually set the path and it's now working perfectly :)

How did you do it?

It occurs because it cannot set the path correctly due to privileges

to fix this issue:
Uninstall the frida - pip uninstall frida-tools
then install it with sudo - sudo pip install frida-tools

It should be fixed now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PerilousTheGreat picture PerilousTheGreat  路  3Comments

aj3423 picture aj3423  路  3Comments

s0be1t picture s0be1t  路  5Comments

koralaro picture koralaro  路  3Comments

packmad picture packmad  路  4Comments