Salome HOME
Install application scripts (by EDF)
[tools/install.git] / config_files / sip-4.1.sh
index ccafacf5192b2447174078267ab2f853a6b2fe25..05aa4da4629111749f23c9e4fdb68b40f6fdd289 100755 (executable)
@@ -40,7 +40,7 @@ if [ -n "${sipdir}" ] ; then
     if [ -n "${sippython}" ]; then
         tmp="${sipdir} ${sipdir} \${PATH} ${PATH}";
         path=`sort_path ${tmp}`
-        tmp="${sipdir} ${sipdir} \${LD_LIBRARY_PATH} ${LD_LIBRARY_PATH}";
+        tmp="${sippython} ${sippython} \${LD_LIBRARY_PATH} ${LD_LIBRARY_PATH}";
         ld_library_path=`sort_path ${tmp}`
         tmp="${sippython} ${sippython} \${PYTHONPATH} ${PYTHONPATH}";
         pythonpath=`sort_path ${tmp}`