Hi, this was posted here, but where exactly do I invoke the said chimera command? I open chimera with IDLE; a python shell opens with the following

Python 2.7.10 (default, May  4 2016, 01:09:35) 
[GCC 4.6.2] on linux2
Type "copyright", "credits" or "license()" for more information.
==== No Subprocess ====
>>> 
>>> import chimera
>>>

I tried what the posting said, but got an error
>>> chimera --nogui --script get-pip.py
Traceback (most recent call last):
  File "<pyshell#3>", line 1, in <module>
   chimera --nogui --script get-pip.py
NameError: name 'nogui' is not defined

Thanks,
SL




[Chimera-users] How to install package in chimera python?