RE: [PyMOL] Suppress some output
Even better: try the "feedback" command: feedback disable,all,actions feedback disable,all,results Will suppress most of PyMOL's normal chatter.
Re: [PyMOL] Suppress some output
> Is there a way to keep my program 'quiet', > or I can customize the output message myself? Depending on your OS and shell, something like this may work: denethor:~ > /usr/local/pymol/pymol.com >/dev/null 2>/dev/null This works under Bash in any modern Linux distribution, from what I've seen.