lsp-julia-default-environment contains the julia version number and if we want to set it automatically, we have to query the julia version or similar.
The Julia version number can be queried via:
julia -e "println(VERSION.major, '.', VERSION.minor)"
or
julia -e "println(dirname(Base.load_path()[1]))"
#25 (comment)