changeset 58:a6ce4aa4cb6e draft

Uploaded
author mzeidler
date Sun, 29 Sep 2013 12:27:25 -0400
parents 937aad0e7a96
children d35d6c6699e5
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Sep 29 11:30:35 2013 -0400
+++ b/tool_dependencies.xml	Sun Sep 29 12:27:25 2013 -0400
@@ -2,10 +2,13 @@
     <package name="virana_python" version="1.0">
         <install version="1.0">
             <actions>
-                <action type="setup_virtualenv"> 
-                    http://downloads.sourceforge.net/project/numpy/NumPy/1.6.0/numpy-1.6.0.tar.gz
-                    https://github.com/zeidlermicha/virana/raw/master/Virana-1.0.0.tar.gz
-                                                 </action>
+                <action type="download_by_url">https://github.com/zeidlermicha/virana/raw/master/Virana-1.0.0.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 --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
+                <action type="set_environment">
+                    <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
             </actions>
         </install>
     </package>