Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installed with pip but not working #7

Closed
Tabrizian opened this issue Sep 23, 2016 · 4 comments
Closed

Installed with pip but not working #7

Tabrizian opened this issue Sep 23, 2016 · 4 comments

Comments

@Tabrizian
Copy link

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
Copy link
Owner

reorx commented Sep 23, 2016

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
#7, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAYx1EcGL4TJ6pEhhYs15212GGrD-dNYks5qs88FgaJpZM4KE9Re
.

@Tabrizian
Copy link
Author

HttpStat is there and also it is in the bin folder

@reorx
Copy link
Owner

reorx commented Sep 26, 2016

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
#7 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAYx1Km1cgP8KEcF4mElH2UgGnQpkOtHks5quAUTgaJpZM4KE9Re
.

@Tabrizian
Copy link
Author

Tabrizian commented Sep 26, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants