Mercurial > repos > wolma > mimodd
diff 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 |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Sep 11 16:25:49 2015 +0200 +++ b/tool_dependencies.xml Tue Sep 22 22:36:41 2015 +0200 @@ -29,8 +29,9 @@ <action type="shell_command">$INSTALL_DIR/MiModD_venv/bin/python3 setup.py install</action> <!-- make MiModD's wrapped binaries executable --> <action type="shell_command">chmod 755 $INSTALL_DIR/MiModD_venv/lib/python3.4/site-packages/MiModD/bin/*</action> - - + <!-- run MiModD's __first_run__ module once to give the package a chance to configure itself --> + <action type="shell_command">$INSTALL_DIR/MiModD_venv/bin/python3 -m MiModD.__first_run__</action> + <action type="set_environment"> <!-- make the mimodd entry script discoverable --> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/MiModD_venv/bin</environment_variable>