其他分享
首页 > 其他分享> > frida 安装报错 command not found: frida

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

标签:pip3,安装,command,报错,install,frida,tools,uninstall
来源: https://www.cnblogs.com/rab3it/p/15187642.html