We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ca69d commit 774115bCopy full SHA for 774115b
1 file changed
install_rms.sh
@@ -24,7 +24,7 @@ if ! command -v julia &> /dev/null; then
24
fi
25
26
# Check if Julia version is 1.10
27
-if ! julia --version | grep -q "1.10"; then
+if ! julia --version | grep -q " 1\.10"; then
28
echo "Julia 1.10 is not installed. Current version is $(julia --version)."
29
echo "Please install Julia 1.10 by running:"
30
echo "juliaup add 1.10"
0 commit comments