comparison tool_dependencies.xml @ 3:1605ce182394 draft

Uploaded
author iuc
date Tue, 27 Jan 2015 04:18:43 -0500
parents b9a2fe72b835
children ec53e624f38c
comparison
equal deleted inserted replaced
2:b9a2fe72b835 3:1605ce182394
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>http://share.gruenings.eu/bx-python_0.7.2.tar.gz</package> 22 <package>https://pypi.python.org/packages/source/b/bx-python/bx-python-0.7.1.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>