I’m just trying to install Julia for the first time in my laptop with Ubuntu 18.04. I’ve downloaded a SH file with JuliaPro 1.0.2.1 and I’ve tried to follow the instructions in the PDF provided in the webpage for Linux distributions. However, I don’t manage to install it. After using the instruction “chmod 777” nothing happens and I can’t set up the absolute path to the directory of installation.
It will be easier to help you if you can be a bit more precise about exactly what you did and how it didn’t work. For example, what was the exact command you ran, what did you expect it to do, and what happened instead? Also, if you got an error message, posting the whole message will help a lot.
And then, a window appeared: “Do you want to run ‘JuliaPro-1.0.2.1_build-441.sh’ or to display its contents?”. I chose to run it on terminal as an executable file, but nothing happened. I’ve tried several times obtaining the same result.
I expected to be asked about the absolute path to the directory into which I’d wish to install JuliaPro, as I read in the Quickstart Guide PDF…
Any ideas of how to advance in the installation process?
You should copy-paste also the command that gave you the error. Once again others need to guess what you tried. My guess is: you selected a folder where you don’t have write permission.
david@david-HP-620:~/Desktop$ ./JuliaPro-1.0.2.1_build-441.sh ~/juliapro
Invalid path or the installer doesn't have write permission to the directory specified. Installation aborted.
Usage: ./JuliaPro-1.0.2.1_build-441.sh <Absolute path to install>
david@david-HP-620:~/Desktop$ ./JuliaPro-1.0.2.1_build-441.sh /home/david/juliapro
Invalid path or the installer doesn't have write permission to the directory specified. Installation aborted.
Usage: ./JuliaPro-1.0.2.1_build-441.sh <Absolute path to install>