"rst2html: command not found" after installing docutils?
- by AP257
Hi
I've installed docutils on my Mac OS system following the docutils instructions.
I've also done:
$ sudo cp tools/buildhtml.py tools/rst2html.py /usr/local/bin
However, if I open a command line and type rst2html, I get 'command not found'.
If I type rst2html.py, there's no problem, so the Python file itself is on my path.
How do I get my system to recognize rst2html as a valid command?
Thanks!