]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdExecSystemCommand.cxx
#3403 vtk8itk5wx3-macos
[bbtk.git] / packages / std / src / bbstdExecSystemCommand.cxx
index 919e1975f0cfc379eb142428982b8a8bba15b209..d50c2215e4c0d011fb55dbbe888406074038c951 100755 (executable)
@@ -86,7 +86,7 @@ namespace bbstd
 
         
 #ifdef __APPLE__
-        ccommand = "source ~/.bbtk/profile_creatools ; " + ccommand;
+        ccommand = "source ~/.bashrc ; " + ccommand;
 #endif
         
                if (bbGetInputVerbose()==true)