changeset 12:69d143b8f19a draft

Uploaded
author pjbriggs
date Mon, 15 Jun 2015 08:12:15 -0400
parents e164b8e164a7
children 0a772556df47
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jun 15 07:10:33 2015 -0400
+++ b/tool_dependencies.xml	Mon Jun 15 08:12:15 2015 -0400
@@ -51,6 +51,8 @@
 	      </action>
               <action type="make_directory">$INSTALL_DIR/lib/python</action>
               <action type="shell_command">
+		pwd ;
+		echo  $PYTHONPATH ;
                 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 
                 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
               </action>