| | 68 | |
| | 69 | Now start the Chimera build of python and import the chimera module, like this: |
| | 70 | |
| | 71 | {{{ |
| | 72 | $ source ~/src/chimera-virtualenv/bin/activate |
| | 73 | (chimera-virtualenv)$ python |
| | 74 | Python 2.7 (r27:82500, Aug 5 2010, 14:15:36) |
| | 75 | [GCC 4.4.3] on linux2 |
| | 76 | Type "help", "copyright", "credits" or "license" for more information. |
| | 77 | >>> import sys |
| | 78 | >>> sys.path.append('/opt/UCSF/Chimera64-2010-08-05/share') |
| | 79 | >>> sys.path.append('/opt/UCSF/Chimera64-2010-08-05/lib') |
| | 80 | >>> import chimera |
| | 81 | >>> chimera.version.version |
| | 82 | 'alpha version 1.5 (build 31152) 2010-08-05 19:55:24 GMT' |
| | 83 | }}} |