custom environments

open new Terminal

conda create --name myenv

initialize bash shell

conda init bash

restart shell

source ~/.bashrc

then:

conda activate myenv



Revision #2
Created 7 April 2022 10:56:58 by Laura Wagner
Updated 12 April 2023 12:54:34 by Laura Wagner