Mercurial > repos > iuc > package_numpy_1_7
changeset 4:ef12a3a11d5b draft
Uploaded
| author | bgruening | 
|---|---|
| date | Wed, 11 Dec 2013 12:51:05 -0500 | 
| parents | 796c0081adad | 
| children | b1ad6ce343e1 | 
| files | tool_dependencies.xml | 
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] | 
line wrap: on
 line diff
--- a/tool_dependencies.xml Mon Nov 18 04:45:26 2013 -0500 +++ b/tool_dependencies.xml Wed Dec 11 12:51:05 2013 -0500 @@ -10,7 +10,7 @@ python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin </action> <action type="set_environment"> - <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="set_to" name="PATH_NUMPY">$INSTALL_DIR/bin</environment_variable>
