Installing Julia on Linux server?

Yeah. Unfortunately, its hard for me to provide any additional / precise advice. Being in your place and based on provided info what I would be looking at is a) what’s the shell you are using and if everything is ok with it and b) if everything is ok with Gluster filesystem. You may also try to install Julia with Python jill. Please see my post here how I did it on on ARM. The steps are the same on x86: Julia v1.7.1 on RPI4: Use JILL - #5 by j_u

The commands are:

$ sudo yum install python3-pip
$ sudo pip3 install jill
$ jill install

Due to “WARNING: Running pip install with root privileges is generally not a good idea. Try pip3 install --user instead.” you may follow this WARNING advice and not use sudo for this step.

1 Like