CentosWorkstation: Difference between revisions

From MDWiki
Jump to navigationJump to search
(New page: = How to make a Centos Workstation (VM/Real Machine) = == Install Virtual Box == == Software == * pymol (Dirty hack). yum install pymol. As the one from sorbonne repository gives the p...)
 
No edit summary
Line 6: Line 6:
== Software ==
== Software ==


* pymol (Dirty hack). yum install pymol. As the one from sorbonne repository gives the python shared object in 32-bit, we need to rebuild it. This involves running, inside the pymol source, python setup.py build. Then, copying the libpymol.so built to /usr/lib/python-2.4/site-packages/pymol/_core.so.
* pymol (Dirty hack). yum install pymol. As the one from sorbonne repository gives the python shared object in 32-bit, we need to rebuild it. This involves running, inside the pymol source, python setup.py build. Then, copying the libpymol.so built to /usr/lib/python2.4/site-packages/pymol/_cmd.so.

Revision as of 00:33, 20 April 2009

How to make a Centos Workstation (VM/Real Machine)

Install Virtual Box

Software

  • pymol (Dirty hack). yum install pymol. As the one from sorbonne repository gives the python shared object in 32-bit, we need to rebuild it. This involves running, inside the pymol source, python setup.py build. Then, copying the libpymol.so built to /usr/lib/python2.4/site-packages/pymol/_cmd.so.