Hi,
I am trying to install JuliaPro 1.4.1 in Ubuntu but am getting an error once I run the commands in Ubuntu terminal. I have followed both the instruction manual and also the discussion on another installation question topic.
I have made sure that the folder exists and that the name of the folder is correct too but following is the error that I have been receiving:
sudo ./JuliaPro-1.4.1-1_build-94.sh home/waqas/Julia 1.4.1
Do you want to configure your JuliaPro to work with your private JuliaTeam package server? [Yes/No(default)]
No
JuliaPro installation has started, please wait until all the files are extracted
Installing JuliaPro-1.4.1-1 to pkg.juliacomputing.com
JuliaPro will be configured to use following package server:
Running postinstall script, this might take a while
chmod: cannot access 'pkg.juliacomputing.com/JuliaPro-1.4.1-1/Launch_JuliaPro': No such file or directory
JuliaPro installation completed
/home/waqas/Downloads
Following are the lines of code that I used to install prerequisites and change permission of .sh file.
sudo apt-get -y install xclip
sudo apt-get -y install libgconf-2-4
chmod 777 JuliaPro-1.4.1-1_build-94.sh
./JuliaPro-1.4.1-1_build-94.sh home/waqas/Julia 1.4.1
I am new to ubuntu and have been trying to learn Julia for quite a while now. But every time I tried to install Mongoc.db I was getting errors in windows10 so the only reason I have installed Ubuntu was to see if the problem is resolved or not.
Looking forward to your suggestions