Previous changeset 1:677bcd330e75 (2013-12-11) Next changeset 3:d639ff3d6b6e (2014-02-25) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r 677bcd330e75 -r dceff6072512 tool_dependencies.xml --- a/tool_dependencies.xml Wed Dec 11 12:49:49 2013 -0500 +++ b/tool_dependencies.xml Wed Dec 11 12:50:32 2013 -0500 |
[ |
@@ -31,8 +31,8 @@ python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin </action> <action type="set_environment"> - <environment_variable action="prepand_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> - <environment_variable action="prepand_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> </action> |