From: vsr Date: Fri, 20 Dec 2013 11:21:00 +0000 (+0000) Subject: Fix (temporary) a bug with duplicated runSalome.py in HOMARD/bin/salome dir X-Git-Tag: V7_3_0~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b3c2c0bc1d53c1941d87ecaf6f3919cc443defa2;p=tools%2Finstall.git Fix (temporary) a bug with duplicated runSalome.py in HOMARD/bin/salome dir --- diff --git a/config_files/HOMARD.sh b/config_files/HOMARD.sh index 5072bef..a683228 100755 --- a/config_files/HOMARD.sh +++ b/config_files/HOMARD.sh @@ -37,7 +37,7 @@ if [ -n "\${ENV_FOR_LAUNCH}" ] ; then if [ "\${ENV_FOR_LAUNCH}" = "1" ] ; then export PATH=\${HOMARD_ROOT_DIR}/bin/salome:\${PATH} export LD_LIBRARY_PATH=\${HOMARD_ROOT_DIR}/lib/salome:\${LD_LIBRARY_PATH} - export PYTHONPATH=\${HOMARD_ROOT_DIR}/bin/salome:\${HOMARD_ROOT_DIR}/lib/salome:\${HOMARD_ROOT_DIR}/lib/python\${PYTHON_VERSION}/site-packages/salome:\${PYTHONPATH} + export PYTHONPATH=\${HOMARD_ROOT_DIR}/lib/salome:\${HOMARD_ROOT_DIR}/lib/python\${PYTHON_VERSION}/site-packages/salome:\${PYTHONPATH} fi fi ##