diff --git a/src/DIRAC/FrameworkSystem/Client/ComponentInstaller.py b/src/DIRAC/FrameworkSystem/Client/ComponentInstaller.py index 94ee47f467e..53cd97c230e 100644 --- a/src/DIRAC/FrameworkSystem/Client/ComponentInstaller.py +++ b/src/DIRAC/FrameworkSystem/Client/ComponentInstaller.py @@ -402,6 +402,9 @@ def _getCentralCfg(self, installCfg): if extensions: centralCfg["DIRAC"].addKey("Extensions", ",".join(extensions), "") # pylint: disable=no-member + # No Setups will be used + centralCfg["DIRAC"].addKey("NoSetup", "True", "") + vo = self.localCfg.getOption(cfgInstallPath("VirtualOrganization"), "") if vo: centralCfg["DIRAC"].addKey("VirtualOrganization", vo, "") # pylint: disable=no-member