Mercurial > repos > iuc > package_python_2_7
changeset 2:c3b5cd4e5ce4 draft
Uploaded
author | bgruening |
---|---|
date | Fri, 27 Jun 2014 20:16:32 -0400 |
parents | d031f8824405 |
children | 16add262be4e |
files | tool_dependencies.xml |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jun 27 19:36:49 2014 -0400 +++ b/tool_dependencies.xml Fri Jun 27 20:16:32 2014 -0400 @@ -66,6 +66,15 @@ <action type="autoconf" /> + <action type="download_file">https://bootstrap.pypa.io/get-pip.py</action> + <action type="move_file"> + <source>get-pip.py</source> + <destination>$INSTALL_DIR/bin/pip</destination> + </action> + <action type="chmod"> + <file mode="750">$INSTALL_DIR/bin/pip</file> + </action> + <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable>