JuliaConnectoR icon indicating copy to clipboard operation
JuliaConnectoR copied to clipboard

Setting the Julia path when using JuliaConnector

Open SantiagoD999 opened this issue 9 months ago • 5 comments

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.

SantiagoD999 avatar May 01 '24 04:05 SantiagoD999