Hi, I am having a very basic problem in setting up the latest version of julia on my computer. I followed the instructions on the official website and obtained the installer for the latest version 1.6.3 to obtain the file
julia-1.6.3-linux-x86_64.tar.gz
However, when I launch julia from the newly installed folder it shows version 1.4.1. Here is a snippet from the terminal
julia> pwd()
"/home/tyrus/julia-1.6.3/bin"
julia> VERSION
v"1.4.1"
which shows that although I launch the application from the supposed version 1.6.3., the version is efffectively 1.4.1.
I would appreciate if someone could point out the problem. Thanks