We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07bdcf commit d1032c5Copy full SHA for d1032c5
tools/scripts/check_julia
@@ -42,7 +42,7 @@ if [[ -x "${JULIA}" ]] && "${JULIA}" --version >/dev/null; then
42
echo 'Julia is installed.' >&2
43
exit 0
44
else
45
- echo 'ERROR: missing dependency. Please download Julia version >= 0.5 (http://julialang.org/). Once installed, run the command again.' >&2
+ echo 'ERROR: missing dependency. Please download Julia version >= 1.0 (http://julialang.org/). Once installed, run the command again.' >&2
46
exit 1
47
fi
48
0 commit comments