Git clones the master branch by default, sometimes need to copy a specific branch git clone --single-branch --branch <branchname> <remote-repo>
Read More →1. Download last version (you can look last version on the page https://julialang.org/downloads/#musl-fn) wget https://julialang-s3.julialang.org/bin/linux/x64/1.9/julia-1.9.1-linux-x86_64.tar.gz 2. Extrat the downloaded archive tar zxvf julia-1.9.1-linux-x86_64.tar.gz 3. Adding Julia to system path nano ~/.bashrc 3....
Read More →