I have just installed Julia 1.7.2 in my notebook (I have Ubutnu 20.04). The folder containing Julia is in Downloads. I can run julia by runing
$ ./Downloads/julia-1.7.2/bin/julia
That is, looking the executable in the folder, but I wonder how can I run Julia by simply tipping $ julia
on terminal. I tried adding the direction to terminal but doesn't works.
Do you know how can I do it?
source ~/.bashrc
orsource $HOME/.bashrc
. – waltinator Mar 22 '22 at 21:19