comparison tool_dependencies.xml @ 4:ec53e624f38c draft

Uploaded
author iuc
date Tue, 27 Jan 2015 05:21:40 -0500
parents 1605ce182394
children eb6eaccc4032
comparison
equal deleted inserted replaced
3:1605ce182394 4:ec53e624f38c
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://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz</package>
22 <package>https://pypi.python.org/packages/source/b/bx-python/bx-python-0.7.1.tar.gz</package> 23 <package>https://pypi.python.org/packages/source/b/bx-python/bx-python-0.7.1.tar.gz</package>
23 </action> 24 </action>
24 <action type="set_environment"> 25 <action type="set_environment">
25 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 26 <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> 27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>