How to run Conda?

后端 未结 30 1650
予麋鹿
予麋鹿 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:39

    This is the easiest solution for me :

    1. go to the user folder (/home/liedji in my case):
    2. run the command: ./anaconda3/bin/conda init
    3. close and restart the terminal
    4. and finally run conda --version to test if everything works

    Note: windows users should use ./anaconda3/Scripts/conda.exe init instead.

提交回复
热议问题