| Previous changeset 1:d031f8824405 (2014-06-27) Next changeset 3:16add262be4e (2014-06-29) |
|
Commit message:
Uploaded |
|
modified:
tool_dependencies.xml |
| b |
| diff -r d031f8824405 -r c3b5cd4e5ce4 tool_dependencies.xml --- 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> |