i run the command on a Linux server.it works well.
/usr/bin/echo q | /usr/bin/htop | /usr/local/bin/aha --stylesheet --line-fix >> htop.html
but i run remote command with python exec_command . it work not well. the html is blank.
client.exec_command("/usr/bin/echo q | /usr/bin/htop | aha --black --line-fix >> htop.html")
who can tell me the reason?