I would like a version of conda init that doesn't modify any shell scripts, just prints the necessary lines to stdout. Is this possible? I tried the --json
flag but it didn't do anything.
I'd also like to specify somewhere which shell I'm using.
Context: I'm trying to have two conda installations coexist peacefully https://taylorreiter.github.io/2022-04-05-Managing-multiple-architecture-specific-installations-of-conda-on-apple-M1/