This is a read-only mirror of pymolwiki.org

Difference between revisions of "Plugins"

From PyMOL Wiki
Jump to navigation Jump to search
m (1 revision)
(→‎Using Fink: Change title of section to reflect additonal package managers. Fix link for Fink, add links for MacPorts and Homebrew. Update install example to refer to pymol-py27 fink package and remove unnecessary tags.)
Line 10: Line 10:
 
Once this change is made, half of the program will show up under the X11 icon, and half will show up under the MacPyMOL icon.
 
Once this change is made, half of the program will show up under the X11 icon, and half will show up under the MacPyMOL icon.
  
=== Using Fink ===
+
=== Using a Package Manager ===
An alternative to renaming MacPyMOL is to download the PyMOL installation using [[Fink]]:
+
An alternative to renaming MacPyMOL is to download the PyMOL installation using a package manager such as [[MAC_Install#PyMOL_and_Fink|Fink]], [[MAC_Install#PyMOL_in_MacPorts|MacPorts]], or [[MAC_Install#Installing_PyMOL_with_Homebrew|Homebrew]].
  
<pre>
+
fink install pymol-py27
fink install pymol-py25
 
</pre>
 
  
  
 
[[Category:Plugins]]
 
[[Category:Plugins]]

Revision as of 03:22, 8 June 2015

Plugins are modules which can add functionality to Pymol.

Plugins on OS X

Using MacPyMOL

The standard OS X Pymol application, MacPyMOL.app does not run with the Tcl/Tk interface which is required for plugins to work. However, a quick renaming of the program from MacPyMOL.app to PyMOLX11Hybrid.app makes the application run as an X11 application, and plugins are now available.

To rename the executable, right click (or control click) on MacPyMOL and choose "Get Info" in the Panel. Change the Name & Extension to PyMOLX11Hybrid.app. This name can also be changed using the mv command in Terminal.app.

Once this change is made, half of the program will show up under the X11 icon, and half will show up under the MacPyMOL icon.

Using a Package Manager

An alternative to renaming MacPyMOL is to download the PyMOL installation using a package manager such as Fink, MacPorts, or Homebrew.

fink install pymol-py27