How to run Conda?

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

    If you installed Anaconda with Visual Studio 2017 for Windows, conda executable is in this path or similar.

    In my case path is this: C:\Program Files (x86)\Microsoft Visual Studio\Shared\Anaconda3_64\Scripts

    Steps to add it to your PATH:

    • On the Windows desktop, right-click My Computer.
    • In the pop-up menu, click Properties.
    • In the System Properties window, click the Advanced tab, and then click Environment Variables.
    • In the System Variables window, highlight Path, and click Edit.
    • Add your path and restart your cmd.

    You will be able to execute conda

    Happy coding!

提交回复
热议问题