How to run Conda?

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

    It turns out that I had not set the path.

    To do so, I first had to edit .bash_profile (I downloaded it to my local desktop to do that, I do not know how to text edit a file from linux)

    Then add this to .bash_profile:

    PATH=$PATH:$HOME/anaconda/bin
    

提交回复
热议问题