ioi/isolate

execve("/usr/local/bin/julia"): No such file or directory

saurabhjagtap2511 opened this issue · 2 comments

When I try to compile a julia program with the following command

isolate --run -p --cg -s --mem=256000 -t 2 -w 5 -b 25 --share-net --full-env --env=HOME=/home/user /usr/local/bin/julia helloworld.jl

I receive the following message
execve("/usr/local/bin/julia"): No such file or directory

When you run ls -l /usr/local/bin/julia inside the sandbox, does it show anything?

Closing because of no activity. If you still have the problem, feel free to re-open this issue.