comparison tool_dependencies.xml @ 2:dfdc7a95a3cd draft

Uploaded
author iuc
date Sat, 02 Aug 2014 08:06:09 -0400
parents a8c9679ec601
children 056a5e8e3a52
comparison
equal deleted inserted replaced
1:a8c9679ec601 2:dfdc7a95a3cd
20 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin 20 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
21 </action> 21 </action>
22 <action type="set_environment"> 22 <action type="set_environment">
23 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 23 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
24 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYSAM_PATH]/lib/python</environment_variable> 24 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYSAM_PATH]/lib/python</environment_variable>
25 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
25 <environment_variable action="prepend_to" name="PATH">$ENV[PYSAM_PATH]</environment_variable> 26 <environment_variable action="prepend_to" name="PATH">$ENV[PYSAM_PATH]</environment_variable>
26 <environment_variable action="set_to" name="PYTHONPATH_LABELS">$INSTALL_DIR/lib/python</environment_variable> 27 <environment_variable action="set_to" name="PYTHONPATH_LABELS">$INSTALL_DIR/lib/python</environment_variable>
27 </action> 28 </action>
28 </actions> 29 </actions>
29 </install> 30 </install>