Linux Install: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
[[Category:Installation|Linux Installation]] | [[Category:Installation|Linux Installation]] | ||
===Preparing your System=== | |||
See [[Linux_XFree86_Configuration]]. |
Revision as of 11:46, 6 May 2005
Installing PyMol is quite straightforward.
RPM
Download the appropriate RPM and use 'rpm' to install it. Typically,
rpm -Uvh rpmFileName.rpm
From Source
DistUtils
assuming you already have your PyMol source tree untar'ed simply do:
python setup.py build python setup.py install # need to be root, here python setup2.py sudo cp ./pymol.com /usr/local/bin/pymol.com # cp the executable to /usr/local/bin
Now you can run PyMol from anywhere by issuing the command:
pymol.com
Compiling By Hand
Copy the appropriate setup/Rules.XXX file to the base PyMol dir. You'll have to edit the file for your system. Then run 'make'.