changeset 5:60d613cc6f6d draft

Uploaded
author cpalm
date Mon, 19 Aug 2013 11:11:07 -0400
parents 3e20e72e3c0e
children 1aa753f70600
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Aug 16 21:06:44 2013 -0400
+++ b/tool_dependencies.xml	Mon Aug 19 11:11:07 2013 -0400
@@ -4,10 +4,10 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">https://github.com/kennethreitz/requests/archive/v1.2.3.tar.gz</action>
-                <action type="make_directory">$INSTALL_DIR/lib/python</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>
                 </action>
             </actions>
         </install>
@@ -15,3 +15,5 @@
         </readme>
     </package>
 </tool_dependency>
+
+