Installing JuliaPro on Ubuntu

I am using ubuntu 16.04. I downloaded JuliaPro from website. Following the steps, I ran
$ ./Launch_JuliaPro
bash: ./Launch_JuliaPro: Permission denied
so, I added sudo

$ sudo ./Launch_JuliaPro
[30158:1214/124559.500201:FATAL:atom_main_delegate.cc(210)] Running as root without --no-sandbox is not supported. See 638180 - chromium - An open-source project to help move the web forward. - Monorail.

Unless you have a compelling reason to use JuliaPro, I would just go with the official binaries:

2 Likes

I agree with @Tamas_Papp.
If you really prefer, try accommodating the error message.
perhaps sudo ./Launch_JuliaPro --no-sandbox
would work (I do not have Ubuntu running).