frida 安装报错 command not found: frida

frida 和 frida-tools安装完后,一直提示 command not found: frida

最后经过测试

卸载 frida 
pip3 uninstall frida-tools

然后用 sudo 安装
 sudo pip3 install frida-tools

就可以了

卸载

pip3 uninstall frida
pip3 uninstall frida-tools

安装

pip3 install frida -i https://mirrors.aliyun.com/pypi/simple
pip3 install frida-tools -i https://mirrors.aliyun.com/pypi/simple
posted @ 2021-08-26 00:29  rab3it  阅读(3714)  评论(0编辑  收藏  举报