[Chimera-users] How to install package in chimera python?
Jaime Rodríguez-Guerra
jaime.rodriguezguerra at uab.cat
Fri Nov 4 12:33:18 PDT 2016
Hi!
My favorite way to do this is via pip.
1. First grab the pip installer from https://bootstrap.pypa.io/get-pip.py
wget https://bootstrap.pypa.io/get-pip.py
2. Install pip in Chimera
chimera --nogui --script get-pip.py
3. Call the newly installed pip to install your package, ie. scipy
chimera --nogui --script `chimera --root`"/bin/pip install scipy"
That's it!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://plato.cgl.ucsf.edu/pipermail/chimera-users/attachments/20161104/30a318bb/attachment.html>
More information about the Chimera-users
mailing list