how to activate a separate environment for julia 1.6.0 from julia 1.5.4?
(@v1.6) pkg> activate env1.6
Activating new environment at `C:\Users\hermesr\env1.6\Project.toml`
(env1.6) pkg> add Plots
Updating registry at `C:\Users\hermesr\.julia\registries\General`
Updating git-repo `C:\Users\hermesr\Documents\GitHub\General`
Resolving package versions...
Cloning [02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a] XML2_jll from https://github.com/JuliaBinaryWrappers/XML2_jll.jl.git
ERROR: failed to clone from https://github.com/JuliaBinaryWrappers/XML2_jll.jl.git, error: GitError(Code:ERROR, Class:OS, failed to send request: The connection with the server was terminated abnormally
)
(env1.6) pkg>
Julia 1.6 will run in a different environment than Julia 1.5.4 by default - that’s what the (@v1.6) in the Pkg prompt is telling you. If you start Julia 1.5.4, it will say (@v1.5) at the prompt.