How to run Conda?

后端 未结 30 2122
予麋鹿
予麋鹿 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条回答
  •  佛祖请我去吃肉
    2020-11-22 09:45

    First, check the location of anaconda, for me I installed anaconda3 at / directory which I access with /anaconda3

    Then in your terminal, input export PATH="/anaconda3/bin:$PATH" for me it's export PATH="/anaconda3/bin:$PATH".

    Finally, input source $/anaconda3/bin/activate. For you, just change to your location.

    Now, you could try conda list to test.

    Also, visit intallation guide

提交回复
热议问题