changeset 9:d0b87be35e2c draft

fixed unexpected end of line
author boris
date Thu, 06 Jun 2013 10:22:18 -0400
parents f0cc606c0cd5
children fe06be027248
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jun 06 09:35:12 2013 -0400
+++ b/tool_dependencies.xml	Thu Jun 06 10:22:18 2013 -0400
@@ -18,9 +18,7 @@
                     </repository>
                 </action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
-                <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
-                <!--export R_HOME=${R_HOME} &amp;&amp; export R_LIBS=${R_LIBS} &amp;&amp;-->
-                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="R_HOME" action="set_to">$ENV[R_HOME]</environment_variable>
                     <environment_variable name="R_LIBS" action="set_to">$ENV[R_LIBS]</environment_variable>