reorx / httpstat

curl statistics made simple
MIT License
5.98k stars 384 forks source link

Installed with pip but not working #7

Closed Tabrizian closed 8 years ago

Tabrizian commented 8 years ago

Hi there, First thanks for your really awesome tool, my problem with this is that I installed it with pip on ubuntu but my problem is that although I it is installed in the ~/.local/lib/python2.7/site-packages but it isn't available via commandline. I mean when I type httpstat it says command not found.

reorx commented 8 years ago

Maybe this is because you have customized your Python installation path, check if there's a bin/ under your ~/.local/ , and see if httpstat is there. Pip follows Python's internal mechanism and will put command into where Python's bin folder lies. Iman Tabrizian notifications@github.com于2016年9月23日 周五下午9:07写道:

Hi there, First thanks for your really awesome tool, my problem with this is that I installed it with pip on ubuntu but my problem is that although I it is installed in the ~/.local/lib/python2.7/site-packages but it isn't available via commandline. I mean when I type httpstat it says command not found.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/reorx/httpstat/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYx1EcGL4TJ6pEhhYs15212GGrD-dNYks5qs88FgaJpZM4KE9Re .

Tabrizian commented 8 years ago

HttpStat is there and also it is in the bin folder

reorx commented 8 years ago

If so, you just need to add ~/.local/bin to PATH, therefore all the cli programs installed by pip will be accessible.

Iman Tabrizian notifications@github.com于2016年9月27日 周二上午1:47写道:

HttpStat is there and also it is in the bin folder

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/reorx/httpstat/issues/7#issuecomment-249643206, or mute the thread https://github.com/notifications/unsubscribe-auth/AAYx1Km1cgP8KEcF4mElH2UgGnQpkOtHks5quAUTgaJpZM4KE9Re .

Tabrizian commented 8 years ago

Thanks it's fixed now. Your repo is awesome!