close

[Solved] ‘conda’ is not recognized as internal or external command

Hello Guys, How are you all? Hope You all Are Fine. Today I am trying to check conda version with this command conda –version but I am facing following error ‘conda’ is not recognized as internal or external command in python. So Here I am Explain to you all the possible solutions here.

Without wasting your time, Let’s start This Article to Solve This Error.

How ‘conda’ is not recognized as internal or external command Error Occurs ?

I am trying to check conda version with this command conda –version but I am facing following error.

'conda' is not recognized as internal or external command

How To Solve ‘conda’ is not recognized as internal or external command Error ?

  1. How To Solve ‘conda’ is not recognized as internal or external command Error ?

    To Solve ‘conda’ is not recognized as internal or external command Error First of all you need to check conda installation path. Just Open Anaconda Prompt and type this command: where conda Then Press windows key and type Open Advanced System Settings. Now, Click on Environment Variables. Edit Path variable. And Then Add New Path. In my case C:\Users\ssc\Anaconda3\Scripts; C:\Users\ssc\Anaconda3; C:\Users\ssc\Anaconda3\Library\bin; Just add above 3 in PATH variable. Then, Open Command Prompt and Check Versions And type conda install anaconda-navigator in cmd then press y Now your error must be solved.

  2. ‘conda’ is not recognized as internal or external command

    To Solve ‘conda’ is not recognized as internal or external command Error First of all you need to check conda installation path. Just Open Anaconda Prompt and type this command: where conda Then Press windows key and type Open Advanced System Settings. Now, Click on Environment Variables. Edit Path variable. And Then Add New Path. In my case C:\Users\ssc\Anaconda3\Scripts; C:\Users\ssc\Anaconda3; C:\Users\ssc\Anaconda3\Library\bin; Just add above 3 in PATH variable. Then, Open Command Prompt and Check Versions And type conda install anaconda-navigator in cmd then press y Now your error must be solved.

Solution 1: Update the environment variable

  • First of all you need to check conda installation path.
  • Just Open Anaconda Prompt and type this command: where conda
  • Then Press windows key and type Open Advanced System Settings.
  • Now, Click on Environment Variables.
  • Edit Path variable.
  • And Then Add New Path. In my case
 C:\Users\ssc\Anaconda3\Scripts

 C:\Users\ssc\Anaconda3

 C:\Users\ssc\Anaconda3\Library\bin
  • Just add above 3 in PATH variable.
  • Then, Open Command Prompt and Check Versions
  • And type conda install anaconda-navigator in cmd then press y
  • Now your error must be solved.

Solution 2: add Anaconda to the PATH while installation

Just use Navigator or the Anaconda Prompt although you can always add it to your PATH as well. During the install the box to add Anaconda to the PATH is now unchecked but you can select it.

Summary

It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also, Read

Leave a Comment