Skip to content

Commit 3743945

Browse files
python can be installed but not found
1 parent ea98d6f commit 3743945

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kratos.gid/scripts/Launch.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ proc Kratos::ShowErrorsAndActions {errs} {
113113
}
114114
switch $errs {
115115
"MISSING_PYTHON" {
116-
W "Python 3 is not installed on this system. Please install it before run the case."
116+
W "Python 3 could not be found on this system. Please install it, and add the path to Kratos preferences before run the case."
117117
}
118118
"MISSING_PIP" {
119119
W "Pip is not installed on your system. Please install it."

0 commit comments

Comments
 (0)