Skip to content

Instantly share code, notes, and snippets.

@derekbrokeit
Created February 16, 2013 09:47
Show Gist options
  • Save derekbrokeit/4966279 to your computer and use it in GitHub Desktop.
Save derekbrokeit/4966279 to your computer and use it in GitHub Desktop.
Disable VMD plugin in pymol
diff --git a/setup.py b/setup.py
index b8d7070..46d9087 100644
--- a/setup.py
+++ b/setup.py
@@ -118,7 +118,7 @@ lib_dirs = []
ext_comp_args = []
ext_link_args = []
-if True:
+if False:
# VMD plugin support
pymol_src_dirs += [
'contrib/uiuc/plugins/include',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment