How to run Conda?

后端 未结 30 1927
予麋鹿
予麋鹿 2020-11-22 08:56

I installed Anaconda and can run Python, so I assume that I installed it correctly. Following this introductory documentation, I am trying to install Python v3.3, so I am co

30条回答
  •  Happy的楠姐
    2020-11-22 09:48

    I also was facing the same issue ,this might be the simplest possible solution

    source anaconda/bin/activate
    

    for anaconda2 use

    source anaconda2/bin/activate
    

    depending on the name of the directory , then execute your command i.e. conda --create

提交回复
热议问题