I am hoping to run a simple shell script to ease the management around some conda environments. Activating conda environments via conda activate in a lin
conda activate
lin
What is the problem with simply doing something like this in your shell:
source /opt/conda/etc/profile.d/conda.sh
(The conda init is still marked as Experimental, and thus not sure if it is a good idea to use it yet).