changeset 4:f50b27b88d30 draft default tip

Uploaded
author iuc
date Tue, 17 Mar 2015 22:38:25 -0400
parents 652ed5e5963f
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Feb 26 22:38:28 2015 -0500
+++ b/tool_dependencies.xml	Tue Mar 17 22:38:25 2015 -0400
@@ -4,11 +4,13 @@
         <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>