我在哪里可以找到 ngrok 安装路径?
Where I can find ngrok installation path?
我的终端里有 运行:
pip3 install ngrok
Ubuntu 18.04 在哪里安装的?我无法使用 find -iname ngrok
找到它
您可以通过以下方式获取安装目录:
pip3 show ngrok | grep Location
输出可能是:
/usr/local/lib/python3.7/dist-packages
我的终端里有 运行:
pip3 install ngrok
Ubuntu 18.04 在哪里安装的?我无法使用 find -iname ngrok
您可以通过以下方式获取安装目录:
pip3 show ngrok | grep Location
输出可能是:
/usr/local/lib/python3.7/dist-packages