JuliaConnectoR
JuliaConnectoR copied to clipboard
Setting the Julia path when using JuliaConnector
Good morning,
I wanted to know how to set adequately JuliaConnectoR in R, I am using the Julia installation procedure through the terminal from https://julialang.org/downloads/ for Mac. I am trying to set the Julia executable path but the result from running in the terminal "which julia" gives me a path that is not accepted, therefore:
Sys.setenv(JULIA_BINDIR="/Users/san/.juliaup/bin/julia") produces this error after trying to run juliaEval :
Starting Julia ... Error in getJuliaExecutablePath() : No Julia executable file found in supposed bin directory "/Users/san/.juliaup/bin/julia"
I would appreciate any indication regarding how can I properly set JuliaConnectoR.
Thank you very much.