From 091184310637d420d6d50aa48a5c23a824a591a5 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 23 May 2017 12:49:58 +0300 Subject: [PATCH] Python3 porting: change python executable to 'python3'. --- src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx index 75bf0dd5e..48a58d31f 100644 --- a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx +++ b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx @@ -599,7 +599,7 @@ void SALOME_LifeCycleCORBA::killOmniNames() std::string portNumber (::getenv ("NSPORT") ); std::string python_exe; - python_exe = std::string("python"); + python_exe = std::string("python3"); if ( !portNumber.empty() ) { -- 2.39.2