print (module+"_ROOT_DIR not found!")
def main(args):
- from salomeContext import usage
+ # Identify application path then locate configuration files
+ __initialize()
+ if args == ['--help']:
+ from salomeContext import usage
appended_opt_doc = \"""
--keep-paths
============
- With this option the environment varaibles PATH, PYTHONPATH and LD_LIBRARY_PATH defined into the starting shell are keept.
+ With this option the environment variables PATH, PYTHONPATH and LD_LIBRARY_PATH defined into the starting shell are kept.
Without this option all values set before starting SALOME are simply ignored.
\"""
usage(appended_opt_doc=appended_opt_doc)
if '--help' in args:
from salomeContext import usage
- usage()
+ appended_opt_doc = \"""
+--keep-paths
+============
+ With this option the environment variables PATH, PYTHONPATH and LD_LIBRARY_PATH defined into the starting shell are kept.
+ Without this option all values set before starting SALOME are simply ignored.
+\"""
+ usage(appended_opt_doc=appended_opt_doc)
sys.exit(0)
reinitialise_paths=True