Goal
To get Julia installed as a normal user on RHEL 6.
Motivation
To do statistics more efficiently.
The compiled binaries often contain install scripts which put files to shared
folders under /usr. Consequently, they have to be run as sudo privileges.
That drove me to start this lengthy Julia compilation.
Installation
Without sudo privileges, I’ve chosen to compile Julia from source.
I was too lazy to get the dependencies fixed. I just compiled it
without GFortran and pkg-config under the ~/src folder.