changeset 4:431849236cb9 draft

Update Biopython environment.
author pjbriggs
date Fri, 04 Dec 2015 05:29:47 -0500
parents 1cea7b4b838f
children ef95b26a2407
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Dec 04 04:36:51 2015 -0500
+++ b/tool_dependencies.xml	Fri Dec 04 05:29:47 2015 -0500
@@ -70,6 +70,7 @@
 	  <action type="shell_command">pip install  --install-option "--prefix=$INSTALL_DIR" https://pypi.python.org/packages/source/b/biopython/biopython-1.65.tar.gz</action>
 	  <action type="set_environment">
 	    <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable>
+	    <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib64/python2.7/site-packages</environment_variable>
 	  </action>
 	</actions>
       </install>