conda how do I activate environments

后端 未结 3 1421
再見小時候
再見小時候 2021-02-12 13:58

I am struggling to activate conda environments I have created on mac os x. Here are the environment that I have created.

$: conda env list
# conda environments:         


        
3条回答
  •  面向向阳花
    2021-02-12 14:43

    I use miniconda2, so not sure if this will work but: open terminal & navigate to wherever you have conda installed. for me its /Users/username/miniconda 2

    and then do source activate env_name

    and then you can navigate back to your development directory

提交回复
热议问题