custom environments
open new Terminal
conda create --name myenv
initialize bash shell
conda init bash
restart shell
source ~/.bashrc
then:
conda activate myenv
open new Terminal
conda create --name myenv
initialize bash shell
conda init bash
restart shell
source ~/.bashrc
then:
conda activate myenv
No Comments