How Can We Solve This Error “Conda Command Is Not Recognized On Windows 10”?

Python is a general-purpose, object-oriented programming language with a powerful high-level data structure and large library system. It is completely dynamically typed and uses automatic memory allocation mechanisms, with a clear, simple, and easy-to-understand syntax. 

You get the warning “Conda Command Is Not Recognized On Windows 10” when you want to execute conda.

This became one of the most basic programming errors that anyone could commit. As a result, why does it appear, but is it solvable? We’ll walk you through all of it.

Why Did The Problem Happen?

This error may happen when installing Python 3.6 or Anaconda 4.4.0 on Windows 10. Here is one example.

‘conda’ is not recognized as internal or external command

Two Basic Methods to fix “Conda Command Is Not Recognized On Windows 10”

And, to your amazement, you’ve already solved it by employing the solutions given below.

Method 1

In our first method, add the Anaconda to your PATH while installing.

You can use the Navigator or even your Anaconda Prompt, but you can also add this function to the PATH. The option to add the Anaconda to your PATH is unchecked during the installation, but you may select it later.

Method 2

With this approach, you need to make changes to your environment variable. Below are crucial steps that you should follow carefully.

First and foremost, we will double-check the conda installation route. Then, you type the basic command: “where conda” in AnacondPrompt.

Then, while holding down your Windows key, you should enter Open Advanced System Settings. The next step is to select Environment Variables from the drop-down menu. Now, your variable path should be edited. Then, do not forget to create one new path. In our situation, we would use these lines:

C:\Users\ssc\Anaconda3\Scripts

 C:\Users\ssc\Anaconda3

 C:\Users\ssc\Anaconda3\Library\bin

You can add the above three to the PATH variable. After that, open Command Prompt, then run the version check. In addition, type conda. Install an anaconda-navigator in cmd and afterward press y to fix your problem completely.

Conclusion

Python makes it easy to learn, even for those who have never learned to code.

If you’re still stumped by the issue “Conda Command Is Not Recognized On Windows 10” try the solutions indicated below.

Since you still need help or even have basic Python concerns, a big community of experts is always willing to assist. Lastly, we wish every one of our readers a wonderful day full of new thoughts.


Related articles

Scroll to Top