Test if Julia is installed

Not sure about R but usually these things go like, check if julia is available on the PATH, if not check the normal installation locations for the OS that you’re on. I don’t know from the top of my head what these are but should be easy enough to find out. The version you can then get for example by running versioninfo() in Julia

1 Like