changeset 4:806c9d0a5321 draft

Uploaded
author bgruening
date Sun, 29 Jun 2014 10:56:20 -0400
parents 16add262be4e
children 98b1e08ce2d9
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Jun 29 10:50:35 2014 -0400
+++ b/tool_dependencies.xml	Sun Jun 29 10:56:20 2014 -0400
@@ -78,7 +78,8 @@
           <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/pip/bin</environment_variable>
           <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LD_LIBRARY_PATH]</environment_variable>
           <environment_variable action="set_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7</environment_variable>
-          <environment_variable action="set_to" name="PYTHON_HOME">$INSTALL_DIR</environment_variable>
+          <environment_variable action="set_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages/</environment_variable>
+          <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable>
           <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
         </action>