ERROR: syntax: extra token "activate" after end of expression
Getting this error when I open the integrated REPL in vscode (using the Julia extension):
conda activate .CondaPkg/env
ERROR: syntax: extra token "activate" after end of expression
It seems CondaPkg is trying to activate the conda environment, automatically, but fails. This is a project that has a CondaPkg as dependency.
But something seems to be going wrong here. Not sure if the fault is with the vscode extension, or is something CondaPkg.jl specific?
I have the same issue. CondaPkg isn't doing that, I think it's VSCode for some reason - but I've never worked out why.
It's a mystery. I've never looked into it much, since it's just a mild annoyance in the Julia REPL.
Any clues would be much appreciated!
cf. https://github.com/julia-vscode/julia-vscode/issues/1901