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

Unable to run pdoc from command line #102

Closed
sindrehan opened this issue Apr 20, 2016 · 2 comments

Comments

Projects
None yet
2 participants
@sindrehan
Copy link

commented Apr 20, 2016

I'm having issues with running pdoc from command line. I installed it with pip, and got no errors. However, when I try to run it I get "No command 'pdoc' found". Is there something that I am missing?

I'm running Ubuntu 15.10.

@BurntSushi

This comment has been minimized.

Copy link
Contributor

commented Apr 20, 2016

You probably don't have the path for installed binaries in your PATH. It's hard to say where exactly the pdoc binary is, since it's so system specific. It's also hard to say because you haven't provided the exact commands you used. For example, did you install with --user? In a virtualenv?

@sindrehan

This comment has been minimized.

Copy link
Author

commented Apr 21, 2016

Right, so I did a reinstall with pip install --system pdoc and that seems to have cleared it right up. Thanks for the help!

@sindrehan sindrehan closed this Apr 21, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.