Salome HOME
bug variables ROOT_DIR des produits pip absentes quand install dans python
authorcrouzet <nicolas.crouzet@cea.fr>
Fri, 6 Sep 2019 10:02:52 +0000 (12:02 +0200)
committercrouzet <nicolas.crouzet@cea.fr>
Fri, 6 Sep 2019 10:02:52 +0000 (12:02 +0200)
src/environment.py

index 3988029561f35d6f29037ce251c2bc4f19c1de17..81741d26e6c0ac00e159d3d35f711a22cdacee27 100644 (file)
@@ -577,10 +577,10 @@ class SalomeEnviron:
                 return
 
         # skip pip products when pip is activated and installation is done in python 
-        if (src.appli_test_property(self.cfg,"pip", "yes") and 
-            src.product.product_test_property(pi,"pip", "yes") and
-            src.appli_test_property(self.cfg,"pip_install_dir", "python") ):
-                return
+        #if (src.appli_test_property(self.cfg,"pip", "yes") and 
+        #    src.product.product_test_property(pi,"pip", "yes") and
+        #    src.appli_test_property(self.cfg,"pip_install_dir", "python") ):
+        #        return
 
         # skip mesa products (if any) at run time, 
         # unless use_mesa property was activated