comparison tool_dependencies.xml @ 3:1a3cbde6406b draft

Uploaded
author iuc
date Sun, 29 Jun 2014 11:47:54 -0400
parents d6756b3b7731
children 7f853e334485
comparison
equal deleted inserted replaced
2:d6756b3b7731 3:1a3cbde6406b
69 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action> 69 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/5.2.tar.bz2</action>
70 <action type="change_directory">..</action> 70 <action type="change_directory">..</action>
71 <action type="shell_command">tar -xjf 5.2.tar.bz2</action> 71 <action type="shell_command">tar -xjf 5.2.tar.bz2</action>
72 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action> 72 <action type="change_directory">pypa-setuptools-f493e6c4ffd8</action>
73 73
74 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python2.7/site-packages/ &amp;&amp; python setup.py install --prefix=$INSTALL_DIR</action> 74 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ &amp;&amp; python setup.py install --prefix=$INSTALL_DIR</action>
75 75
76 <action type="set_environment"> 76 <action type="set_environment">
77 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 77 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
78 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/pip/bin</environment_variable> 78 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/pip/bin</environment_variable>
79 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable> 79 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable>