You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/mac/app/script
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ osascript 2>&1>/dev/null <<EOF
29
29
if (ProcessList contains "Terminal") or ((count of every window) is less than 1) then
30
30
tell application "System Events" to tell process "Terminal" to keystroke "n" using command down
31
31
end if
32
-
do script ("exec bash -c \"PATH='${ROOT}/julia/bin:${PATH}' OPENBLAS_NUM_THREADS=1 FONTCONFIG_PATH='${ROOT}/julia/etc/fonts' GIT_EXEC_PATH='${ROOT}/julia/libexec/git-core' GIT_TEMPLATE_DIR='${ROOT}/julia/share/git-core' exec '${ROOT}/julia/bin/julia'\"") in front window
32
+
do script ("exec bash -c \"PATH='${ROOT}/julia/bin:${PATH}' FONTCONFIG_PATH='${ROOT}/julia/etc/fonts' GIT_EXEC_PATH='${ROOT}/julia/libexec/git-core' GIT_TEMPLATE_DIR='${ROOT}/julia/share/git-core' exec '${ROOT}/julia/bin/julia'\"") in front window
0 commit comments