diff tool_dependencies.xml @ 2:196fdcfa98a7 draft

Uploaded
author iuc
date Thu, 26 Feb 2015 08:37:14 -0500
parents bda775c3b024
children 652ed5e5963f
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jan 23 08:02:47 2015 -0500
+++ b/tool_dependencies.xml	Thu Feb 26 08:37:14 2015 -0500
@@ -4,11 +4,12 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">https://pypi.python.org/packages/source/e/ez_setup/ez_setup-0.9.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 --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                    <environment_variable action="set_to" name="EZ_SETUP_PATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="EZ_ROOT_PATH">$INSTALL_DIR</environment_variable>
                 </action>
             </actions>
         </install>