"rst2html: command not found" after installing docutils?
        Posted  
        
            by 
                AP257
            
        on Super User
        
        See other posts from Super User
        
            or by AP257
        
        
        
        Published on 2011-03-16T13:59:33Z
        Indexed on 
            2011/03/16
            16:12 UTC
        
        
        Read the original article
        Hit count: 307
        
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!
© Super User or respective owner