Search code examples
python-3.xubuntupipngrok

Where I can find ngrok installation path?


I have run in my terminal:

pip3 install ngrok

Where did Ubuntu 18.04 installed it? I can't find it using find -iname ngrok


Solution

  • You can get the installation directory with:

    pip3 show ngrok | grep Location
    

    Output will probably be: /usr/local/lib/python3.7/dist-packages