Previous changeset 0:bd597750a846 (2016-07-07) |
Commit message:
planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/packages/package_python_3_4_six_1_10_0 commit e2554dc878f6abf1c02ed9e6e4f4440ed32b02aa |
modified:
tool_dependencies.xml |
b |
diff -r bd597750a846 -r 93036b19115a tool_dependencies.xml --- a/tool_dependencies.xml Thu Jul 07 10:53:23 2016 -0400 +++ b/tool_dependencies.xml Thu Jul 07 11:12:09 2016 -0400 |
b |
@@ -13,7 +13,10 @@ </repository> </action> <action type="make_directory">$INSTALL_DIR/lib/python</action> - <action type="shell_command">python3 setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> + <action type="shell_command"> + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + python3 setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> <action type="set_environment"> <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="set_to" name="PYTHONPATH_SIX">$INSTALL_DIR/lib/python</environment_variable> |