diff tool_dependencies.xml @ 27:99dda3e39997

Attempt 4 using virtualenv
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Wed, 02 Sep 2015 12:23:20 +0100
parents 4b1254319802
children fb64b970da25
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Sep 01 17:50:38 2015 +0100
+++ b/tool_dependencies.xml	Wed Sep 02 12:23:20 2015 +0100
@@ -5,9 +5,7 @@
             <actions>
                 <action type="setup_virtualenv">riboplot==0.1.0</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="RIBOPLOT_PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="set_to" name="RIBOPLOT_PATH">$INSTALL_DIR/venv/bin</environment_variable>
                 </action>
             </actions>
         </install>