How to change Julia version in VSCode?

thanks for the info, any idea on how to do it on linux?

which julia

points only to an executable without a version

I am not sure what you need. If it is Julia installation on Linux (Ubuntu), download the executable from Julia language ( 64-bit (glibc)), and follow the instructions here.

Install a new version if you want to update the Julia version in Ubuntu. If you need to tell VSCode you have a new Julia version on your computer, just do as I mentioned above.

I want to have many installations of Julia (different versions) and be able to select a julia kernel with the specific version I want at that time while using vscode

Juliaup provides that.

1 Like

thanks David!