How to run Conda?

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

    If you have just installed anaconda and got this error, then I think you forgot to run this command :

    • source ~/.bashrc

    This will enable you to make use of anaconda in terminal.

    This may seems simple but many (including me) do this mistake.

    If the error is still persisting, you have to verify if anaconda location is added to PATH in your system.

    Once you add it, you'll be fine

提交回复
热议问题