Sometimes #python docs are available loacally using pydoc. But how do I get the documentation for weasyprint or markdown? pydoc markdon, pydoc Markdown, pydoc weasyprint, man weasyprint, none seem to work.
@kensanata on some distros, `python` is Python 3, and to get python 2 you need to explicitely type `python2`.
@kensanata nah, you just symlink python to python3 and push the problem onto people who think python2 will be the default.
@Wolf480pl Yeah, that's why the entire Python 2 thing needs to be resolved. It has taken long enough. If it continues much longer, I'll mock Python from my Perl 5 perspective... π