We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a8b42 commit 8439a42Copy full SHA for 8439a42
1 file changed
testsuite/run_test_suite.sh
@@ -221,7 +221,7 @@ then
221
${echo} "${cR} numpy, h5py${cX}"
222
exit 1
223
fi
224
- ${echo} "${cG}==> Python is installed!${cX}"
+ ${echo} "${cG}==> Python3 is installed!${cX}"
225
#
226
# Check for required packages.
227
@@ -240,7 +240,7 @@ then
240
241
242
done
243
- ${echo} "${cG}==> All required python packages are present!${cX}"
+ ${echo} "${cG}==> All required python3 packages are present!${cX}"
244
245
# Check that the mas bin directory is in the user's path, if not, add it.
246
0 commit comments