Fedora 21 / CentOS 7 PyMol install tutorial HD
PyMol installation in CentOS 7 tutorial latest
the steps are the same for Fedora 21 based systems.
steps: https://docs.google.com/document/d/1KayaYRXrNBjKSCgYLKHFFmg2TXprfjq-KsM3oFq3kCo/edit?usp=sharing
audio: Spin Day- The End
pymol linux install
To Install Pymol
Open terminal:
yum update
sudo yum install epel-release
sudo yum install subversion gcc gcc-c++ kernel-devel python-devel tkinter python-pmw glew-devel freeglut-devel libpng-devel freetype-devel libxml2-devel apbs
(yes to all prompts)
go to http://sourceforge.net/projects/pymol/?source=typ_redirect and download the tar file. untar it in the downloads folder.
Open the pymol folder in terminal:
python setup.py build # let it run for 2 min and it will finish itself.
sudo python setup.py install
cd setup
pymol #thats it. Launches pymol from the setup folder
centos 7