We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f93536 commit b53d63cCopy full SHA for b53d63c
install_rms.sh
@@ -11,7 +11,7 @@ if ! command -v juliaup &> /dev/null; then
11
echo "juliaup add 1.10"
12
echo "juliaup default 1.10"
13
echo "juliaup remove release"
14
- return 1
+ exit 1
15
fi
16
17
# Check if julia command is available
@@ -20,7 +20,7 @@ if ! command -v julia &> /dev/null; then
20
21
22
23
24
25
26
# Check if Julia version is 1.10
@@ -30,7 +30,7 @@ if ! julia --version | grep -q " 1\.10"; then
30
31
32
33
34
35
36
# Print the path of the Julia binary
0 commit comments