I’m following the instructions in Installing Sphinx - Windows.
Python 2.7 has priority in my system path, but Python 3.8 is on my system. I installed Sphinx by typing:
"c:\Program Files\Python38\Scripts\pip" install -U sphinx
Pip reported no errors.
Then I entered the command sphinx-build --version
and got: “ ‘sphinx-build’ is not recognized as an internal or external command,” etc.
I searched the Python38 directory (and children) for sphinx-build. It isn’t there, although C:\Program Files\Python38\Lib\site-packages contains lots of other files named sphinx*.*
.
Next I searched C:\ for sphinx-build
. It isn’t anywhere on the disk.
It appears that the Sphinx installer ran successfully but silently did something wrong, yielding an incomplete installation. It seems more likely that I did something wrong, but I don’t know what. Any ideas?