changeset 3:1a3cbde6406b draft

Uploaded
author iuc
date Sun, 29 Jun 2014 11:47:54 -0400
parents d6756b3b7731
children 7f853e334485
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Jun 29 11:26:21 2014 -0400
+++ b/tool_dependencies.xml	Sun Jun 29 11:47:54 2014 -0400
@@ -71,7 +71,7 @@
         <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/ &amp;&amp; python setup.py install --prefix=$INSTALL_DIR</action>
+        <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python3.4/site-packages/ &amp;&amp; python setup.py install --prefix=$INSTALL_DIR</action>
 
         <action type="set_environment">
           <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>