changeset 14:8565787129c9 draft

Uploaded
author pjbriggs
date Mon, 15 Jun 2015 08:25:26 -0400
parents 0a772556df47
children 227f28b0b44c
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jun 15 08:17:26 2015 -0400
+++ b/tool_dependencies.xml	Mon Jun 15 08:25:26 2015 -0400
@@ -54,6 +54,7 @@
 		echo PWD is: ;
 		pwd ;
 		echo PYTHONPATH is $PYTHONPATH ;
+		python -c "import numpy" ;
 		echo About to do the operations: ;
                 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && 
                 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin