changeset 2:6dc34120af04 draft

Uploaded
author yhoogstrate
date Wed, 22 Jul 2015 06:03:05 -0400
parents 7b521ffbfc13
children 99d7003b0fe1
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jul 22 05:57:48 2015 -0400
+++ b/tool_dependencies.xml	Wed Jul 22 06:03:05 2015 -0400
@@ -14,8 +14,11 @@
                 <action type="setup_python_environment">
                     <repository changeset_revision="507f3ab4e38d" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                         <package name="numpy" version="1.9" />
-                        <action type="shell_command">echo "test" &gt; /tmp/test.txt</action>
+                        <action type="shell_command">echo "test1" &gt; /tmp/test1.txt ; export $PYTHONPATH="$CYTHON_PATH/lib/python/Cython-0.20.1-py2.7-linux-x86_64.egg":$PYTHONPATH</action>
                     </repository>
+                    
+                    <action type="shell_command">echo "test2" &gt; /tmp/test2.txt ; export $PYTHONPATH="$CYTHON_PATH/lib/python/Cython-0.20.1-py2.7-linux-x86_64.egg":$PYTHONPATH</action>
+                    
                     <repository changeset_revision="749f11b9358a" name="package_cython_0_20_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                         <package name="cython" version="0.20.1" />
                     </repository>