Salome HOME
merge from master
[tools/sat_salome.git] / products / compil_scripts / openturns-1.18.sh
index d180a40b2cdc8689d5147eda7d4ca48dadd75a10..ada4b7860b3463e0c995d75d1e0ea648b45a06fe 100755 (executable)
@@ -150,7 +150,7 @@ fi
 export PYTHONPATH=${PRODUCT_INSTALL}/lib/python${PYTHON_VERSION}/site-packages:${PYTHONPATH}
 export LD_LIBRARY_PATH=${PRODUCT_INSTALL}/lib:${LD_LIBRARY_PATH}
 chmod +x ${SOURCE_DIR}/openturns-1.18/python/test/t_features.py
-${SOURCE_DIR}/openturns-1.18/python/test/t_features.py
+${PYTHONBIN} ${SOURCE_DIR}/openturns-1.18/python/test/t_features.py
 if [ $? -ne 0 ]
 then
     echo "ERROR  testing Openturns features...."