akshaykmr / hogwatch

[not maintained] find out what's hogging your internet connection.
MIT License
1.23k stars 36 forks source link

How to run in it on linux after installing? #18

Open evandrocoan opened 5 years ago

evandrocoan commented 5 years ago

My path is: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games

But the command is not found:

$ pip install hogwatch --upgrade
Collecting hogwatch
Collecting pywebview (from hogwatch)
Collecting gevent-websocket (from hogwatch)
Collecting netifaces (from hogwatch)
  Using cached https://files.pythonhosted.org/packages/7e/02/ad1a92a72620cc17d448fe4dbdfbdf8fe1487ee7bfd82bb48308712c2f3c/netifaces-0.10.9-cp27-cp27mu-manylinux1_x86_64.whl
Collecting bottle (from hogwatch)
Collecting gevent (from gevent-websocket->hogwatch)
  Using cached https://files.pythonhosted.org/packages/e6/e9/3a693414f706e12abe60554cd73c5ae8f848b182ae58018f93d86c9eb418/gevent-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl
Collecting greenlet>=0.4.14; platform_python_implementation == "CPython" (from gevent->gevent-websocket->hogwatch)
  Using cached https://files.pythonhosted.org/packages/8b/6e/f2d25875713ad0885c8d3c69269697406652e6f64e1a6bd8264f7a609327/greenlet-0.4.15-cp27-cp27mu-manylinux1_x86_64.whl
Installing collected packages: pywebview, greenlet, gevent, gevent-websocket, netifaces, bottle, hogwatch
Successfully installed bottle-0.12.16 gevent-1.4.0 gevent-websocket-0.10.1 greenlet-0.4.15 hogwatch-0.1.9 netifaces-0.10.9 pywebview-2.4
$ hogwatch

Command 'hogwatch' not found, did you mean:

  command 'logwatch' from deb logwatch

Try: sudo apt install <deb name>
kpion commented 3 years ago

I know it's a bit late, but maybe it was installed in ~/.local/bin/hogwatch ? You can check it with whereis hogwatch.

Anyway, this is where it installed on my system. You can always use a full path.