diff tool_dependencies.xml @ 3:652ed5e5963f draft

Uploaded
author iuc
date Thu, 26 Feb 2015 22:38:28 -0500
parents 196fdcfa98a7
children f50b27b88d30
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Feb 26 08:37:14 2015 -0500
+++ b/tool_dependencies.xml	Thu Feb 26 22:38:28 2015 -0500
@@ -4,12 +4,11 @@
         <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_ROOT_PATH">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="EZ_SETUP_PATH">$INSTALL_DIR</environment_variable>
                 </action>
             </actions>
         </install>