comparison tool_dependencies.xml @ 1:b7c041f605ff draft

Uploaded
author iuc
date Sat, 24 Jan 2015 03:01:47 -0500
parents 3134f55294b5
children b9a2fe72b835
comparison
equal deleted inserted replaced
0:3134f55294b5 1:b7c041f605ff
17 <action type="setup_python_environment"> 17 <action type="setup_python_environment">
18 <repository changeset_revision="dffe84445ebd" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> 18 <repository changeset_revision="dffe84445ebd" name="package_python_2_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
19 <package name="python" version="2.7" /> 19 <package name="python" version="2.7" />
20 </repository> 20 </repository>
21 <!-- allow downloading and installing an Python package from https://pypi.org/ --> 21 <!-- allow downloading and installing an Python package from https://pypi.org/ -->
22 <package>https://github.com/bgruening/download_store/blob/master/bx-python/bx-python_0.7.2.tar.bz2</package> 22 <package>https://github.com/bgruening/download_store/blob/master/bx-python/bx-python_0.7.2.tar.gz</package>
23 </action> 23 </action>
24 <action type="set_environment"> 24 <action type="set_environment">
25 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 25 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 26 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
27 <environment_variable action="set_to" name="BX_PYTHON_PATH">$INSTALL_DIR</environment_variable> 27 <environment_variable action="set_to" name="BX_PYTHON_PATH">$INSTALL_DIR</environment_variable>