https://github.com/JuliaLang/julia
Raw File
Tip revision: 0a3df10f582078dce5080ecdd369abc7a1d2e3c2 authored by Keno Fischer on 26 March 2024, 03:43:15 UTC
RFC: A better mechansim for coordinating internal breaking changes.
Tip revision: 0a3df10
startup.applescript
set RootPath to (path to me)
set JuliaPath to POSIX path of ((RootPath as text) & "Contents:Resources:julia:bin:julia")
set JuliaFile to POSIX file JuliaPath
tell application id "com.apple.finder" to open JuliaFile
back to top