comparison tool_dependencies.xml @ 7:3619e85a5477

v0.1.7.0 bug fixes
author Wolfgang Maier
date Tue, 22 Sep 2015 22:36:41 +0200
parents 85214e4428fd
children d79fe626c6fd
comparison
equal deleted inserted replaced
6:85214e4428fd 7:3619e85a5477
27 <action type="shell_command">rm $INSTALL_DIR/MiModD_venv/bin/python</action> 27 <action type="shell_command">rm $INSTALL_DIR/MiModD_venv/bin/python</action>
28 <!-- install MiModD placing the entry script mimodd into the venv's bin directory --> 28 <!-- install MiModD placing the entry script mimodd into the venv's bin directory -->
29 <action type="shell_command">$INSTALL_DIR/MiModD_venv/bin/python3 setup.py install</action> 29 <action type="shell_command">$INSTALL_DIR/MiModD_venv/bin/python3 setup.py install</action>
30 <!-- make MiModD's wrapped binaries executable --> 30 <!-- make MiModD's wrapped binaries executable -->
31 <action type="shell_command">chmod 755 $INSTALL_DIR/MiModD_venv/lib/python3.4/site-packages/MiModD/bin/*</action> 31 <action type="shell_command">chmod 755 $INSTALL_DIR/MiModD_venv/lib/python3.4/site-packages/MiModD/bin/*</action>
32 32 <!-- run MiModD's __first_run__ module once to give the package a chance to configure itself -->
33 33 <action type="shell_command">$INSTALL_DIR/MiModD_venv/bin/python3 -m MiModD.__first_run__</action>
34
34 <action type="set_environment"> 35 <action type="set_environment">
35 <!-- make the mimodd entry script discoverable --> 36 <!-- make the mimodd entry script discoverable -->
36 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/MiModD_venv/bin</environment_variable> 37 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/MiModD_venv/bin</environment_variable>
37 <!-- clear $PYTHONPATH and $PYTHONHOME --> 38 <!-- clear $PYTHONPATH and $PYTHONHOME -->
38 <environment_variable action="set_to" name="PYTHONPATH" /> 39 <environment_variable action="set_to" name="PYTHONPATH" />