changeset 119:5d1727bae7be draft

Uploaded
author mzytnicki
date Wed, 24 Apr 2013 08:04:06 -0400
parents aaacfb5dd361
children ad45be2b1629
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Apr 24 08:03:32 2013 -0400
+++ b/tool_dependencies.xml	Wed Apr 24 08:04:06 2013 -0400
@@ -5,7 +5,7 @@
 			<actions>
 				<action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action>
 				<action type="make_directory">$INSTALL_DIR/lib/python</action>
-				<action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
+				<action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
 				<action type="set_environment">
 					<environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
 					<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>