Salome HOME
Python3 porting: change python executable to 'python3'.
authorrnv <rnv@opencascade.com>
Tue, 23 May 2017 09:49:58 +0000 (12:49 +0300)
committerrnv <rnv@opencascade.com>
Tue, 23 May 2017 09:49:58 +0000 (12:49 +0300)
src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx

index 75bf0dd5ee72f618b6f6560013141cb96770c096..48a58d31f80bd38264b50b0a88e2b31396318d1b 100644 (file)
@@ -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() )
   {