changeset 1:dfa6d9262b4e draft

Uploaded
author alenail
date Wed, 30 Mar 2016 13:39:07 -0400
parents 4f66143b385a
children 87cbd70e029f
files chipsequtil/tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/chipsequtil/tool_dependencies.xml	Mon Mar 28 13:08:59 2016 -0400
+++ b/chipsequtil/tool_dependencies.xml	Wed Mar 30 13:39:07 2016 -0400
@@ -7,7 +7,10 @@
                 <action type="shell_command">unzip chipsequtil-master.zip -d chipsequtil</action>
                 <action type="shell_command">cd chipsequtil</action>
                 <action type="shell_command">cp org_settings.cfg src/chipsequtil/</action>
-                <action type="shell_command">python setup.py install</action>
+                <action type="shell_command">python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable>                </action>
             </actions>
         </install>
         <readme></readme>