Mercurial > repos > iuc > package_python_2_7
changeset 6:1e1fd239d5cf draft
Uploaded
author | iuc |
---|---|
date | Sun, 29 Jun 2014 13:54:27 -0400 |
parents | 98b1e08ce2d9 |
children | 74d009a2a4cb |
files | tool_dependencies.xml |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sun Jun 29 11:09:12 2014 -0400 +++ b/tool_dependencies.xml Sun Jun 29 13:54:27 2014 -0400 @@ -71,17 +71,23 @@ <action type="shell_command">tar -xjf 5.2.tar.bz2</action> <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> - <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && python setup.py install --prefix=$INSTALL_DIR</action> + <action type="shell_command">export PATH=$PATH:$INSTALL_DIR/bin && + export PYTHONHOME=$INSTALL_DIR && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR && + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ && + export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$INSTALL_DIR/lib/pkgconfig && + $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR</action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> - <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/pip/bin</environment_variable> - <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable> - <environment_variable action="set_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> </action> + + + </actions> </install>