Salome HOME
CMake: Sphinx: simplifying Win32 command
[modules/kernel.git] / bin / appliskel / runConsole
index 669f19c58c6afb79c299e5d2cd296fdb9a7a1a72..9667e7e89c21eb790e8b5c23a1182bf5f60faf8e 100755 (executable)
 #
 
 
-echo "##############################################"
-echo "############### IMPORTANT NOTE ###############"
-echo "##############################################"
-echo "# The runConsole script is obsolete.         #"
-echo "# Please consider the new salome.py command. #"
-echo "# More info: cedric.aguerre@edf.fr           #"
-echo "##############################################"
+###############################################
+############### IMPORTANT NOTE ################
+###############################################
+# The runConsole script is obsolete.          #
+# Please consider the new salome.py launcher. #
+###############################################
 
 
 APPLI_HOME=`dirname $0`
@@ -41,6 +40,9 @@ export APPLI=`${APPLI_HOME}/getAppliPath.py`
 
 . ${HOME}/${APPLI}/envd ${HOME}/${APPLI}
 
+#export OMNIORB_USER_PATH="${HOME}/.salomeConfig/USERS"
+export OMNIORB_USER_PATH="${HOME}/${APPLI}/USERS"
+
 # --- open a Python interpreter with SALOME environment
 
 ${KERNEL_ROOT_DIR}/bin/salome/envSalome.py python -i ${KERNEL_ROOT_DIR}/bin/salome/salomeConsole.py $*