How to run Conda?

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

    If you have installed Anaconda and have definitely said yes to the:

    Do you wish the installer to prepend the Anaconda install location to PATH in your /home/name/.bashrc ? [yes¦no]
    

    question then you maybe just need to restart your terminal window. The change won't take effect until you either (1) close and reopen the current window or (2) just open and start working in a new window

    Basically, open a new console window and see if it works now.

提交回复
热议问题