sphinx-doc / sphinx-autobuild

Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a hot-reload web server.
MIT License
524 stars 75 forks source link

sphinx-autobuild isn't accessible from command line after installation #66

Closed symonsoft closed 3 years ago

symonsoft commented 6 years ago

sphinx-autobuild isn't accessible from command line after installation with pip:

$ sphinx-autobuild
sphinx-autobuild: command not found

Ubuntu 16.04

pradyunsg commented 3 years ago

You should've seen a warning from pip if you have a recent-enough version of pip. Otherwise, please debug the issue with your PATH environment variable.

I'm gonna close this since I'm pretty sure anyone with a recent-enough pip version should see a warning to help them diagnose this issue -- I implemented that in https://github.com/pradyunsg/pip/commit/fc7ca264892767454b166d0fc001a6ca95bde22e.