I’m running Julia 0.6.0 arm-linux-gnueabihf on my Raspberry Pi Zero. I installed it using apt-get install julia on Raspbian GNU/Linux 9 (stretch). I tried to build the latest Julia from source, but I wasn’t successful. So, can I somehow just upgrade the version I have installed?
The apt versions of Julia are not officially maintained and can be quite out of date. It’s recommended to just download the Linux binaries (for ARM in your case) from Download Julia . You can just uninstall the apt version and install the linux binaries using the instructions here: https://julialang.org/downloads/platform.html#generic-linux-binaries
Thanks. That is what I was initially trying to follow. I’m not sure what dependencies I might of been missing, but it failed (and so very slow). So, I just took the easy route for now (hoping for a path to upgrade from there).