Hello all. I have an older julia project that I need to work on. My current latest julia version is v1.11 but my project environment is built around v1.9. I want to launch a julia REPL within VSCode (e.g. Julia: Start REPL) that launches v1.9.
I am using juliaup and have both v1.9 and 1.11 avaliable.
However, when I start a VSCode REPL, it always starts in v1.11.4. I can easily start a REPL from terminal with v1.9. But that is not a VSCode REPL.
Is there a way to start a VSCode REPL with an old version? I’ve found a number of topics on this but they all point to changing the executablePATH, which I have done.
Thanks for the response. You are correct. I started using juliaup after starting with julia. So I probably have some old environment folders laying around. Unfortunatly this doesn’t fix things. If I correct the path variables to the below, the REPL still launces to v1.11.
I forgot to add the “julia” at the end of the path variables and only directed it to the bin folder. With this path the REPL launches with the correct version.