Hi, for a given project I’m restricted to a given version of julia. However, I’d like to work with the release version of julia when I’m just tinkering around with some julia code. I’ve tried juliaup to override
the channel for the project to be on 1.10.4, but when I click the play button in VSCode to launch the code, it still launches in 1.11.5 (release). I’m on MacOS if relevant, and I don’t think I’ve ever set JULIAUP_CHANNEL
, so if I’m reading the section on Overrides here (juliaup/README.md at main · JuliaLang/juliaup · GitHub) correctly, it should use the directory override.
What am I doing wrong? (And how can I check if I’ve accidentally manually specified JULIAUP_CHANNEL
at some point in the past?)