]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
sat #19888 : supprime la reinit de ld et python path - incompatible avec module load
authorcrouzet <nicolas.crouzet@cea.fr>
Thu, 20 Aug 2020 08:31:30 +0000 (10:31 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Thu, 20 Aug 2020 08:31:30 +0000 (10:31 +0200)
src/environment.py

index 17029b1b1131a455268eb811fb2f6933694f34d8..875c4a5035d95bc6133488da3ec3ec4ed61b5144 100644 (file)
@@ -388,14 +388,6 @@ class SalomeEnviron:
         else:
            self.cfg.APPLICATION.environ.PRODUCT_ROOT_DIR = src.pyconf.Reference(self.cfg, src.pyconf.DOLLAR, "workdir")
 
-        # these sensitive variables are reset to avoid bad environment interactions
-        self.add_line(1)
-        self.add_comment("reset these sensitive variables to avoid bad environment interactions")
-        self.add_comment("comment these to lines if you wish a different behaviour")
-        if not src.architecture.is_windows():
-           self.set("LD_LIBRARY_PATH", "")
-        self.set("PYTHONPATH", "")
-        self.add_line(1)
 
         # Set the variables defined in the "environ" section
         if 'environ' in self.cfg.APPLICATION: