changeset 30:2af6c167295e draft default tip

Uploaded
author cpalm
date Wed, 21 Aug 2013 19:47:43 -0400
parents f4c910385c67
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Aug 21 19:37:00 2013 -0400
+++ b/tool_dependencies.xml	Wed Aug 21 19:47:43 2013 -0400
@@ -4,9 +4,9 @@
         <install version="1.0">
             <actions>  
                 <action type="download_by_url">http://pypi.python.org/packages/source/r/requests/requests-1.2.3.tar.gz</action>
-                <action type="shell_command">python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
-                <action type="make_directory">$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>