We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89f7096 + 3743945 commit 58554f1Copy full SHA for 58554f1
1 file changed
kratos.gid/scripts/Launch.tcl
@@ -113,7 +113,7 @@ proc Kratos::ShowErrorsAndActions {errs} {
113
}
114
switch $errs {
115
"MISSING_PYTHON" {
116
- W "Python 3 is not installed on this system. Please install it before run the case."
+ W "Python 3 could not be found on this system. Please install it, and add the path to Kratos preferences before run the case."
117
118
"MISSING_PIP" {
119
W "Pip is not installed on your system. Please install it."
0 commit comments