Conda is not recognized as internal or external command

0 votes

I installed Anaconda 3 4.4.0 (32 bit) on my Windows 7 Professional machine and imported NumPy and Pandas on a Jupyter notebook so I assume Python was installed correctly. But when I type conda list and conda --version in the command prompt, it says conda is not recognized as an internal or external command. I have set environment variable for Anaconda3; Variable Name: Path, Variable Value: C:\Users\dipanwita.neogy\Anaconda3

How can I make it work?

Feb 11, 2022 in Python by Rahul
• 9,690 points
35,824 views

1 answer to this question.

0 votes

I was coming across the same issue in windows 10 but updating the environment variable following the given steps below, it tends to be working fine.

I know It is a lengthy answer for the simple environment setups, I thought it may be useful for the new window 10 users. Please follow the steps below:-
 

1) Open Anaconda Prompt:

enter image description here

2) Check Conda Installed Location.

where conda

enter image description here

3) Open Advanced System Settings

enter image description here

4) Click on Environment Variables

enter image description here

5) Edit Path

enter image description here

6) Add New Path

C:\Users\RajaRama\Anaconda3\Scripts C:\Users\RajaRama\Anaconda3 C:\Users\RajaRama\Anaconda3\Library\bin

enter image description here

7) Open Command Prompt and Check Versions

8) After 7th step type conda install anaconda-navigator in cmd then press y

enter image description here

answered Feb 11, 2022 by Soham
• 9,730 points

Related Questions In Python

0 votes
3 answers

'python' is not recognized as an internal or external command

Try "py" instead of "python" from command line: C:\Users\Cpsa>py Python 3.4.1 (v3.4.1:c0e311e010fc, May ...READ MORE

answered Feb 8, 2022 in Python by Rahul
• 9,690 points
3,678 views
0 votes
1 answer

Error:'pip' is not recognized as an internal or external command

Hello @kartik, Try this: Type 'start %appdata%' in cmd. After ...READ MORE

answered Aug 3, 2020 in Python by Niroj
• 82,800 points
9,187 views
0 votes
1 answer

'python' is not recognized as an internal or external command

There are multiple ways you can use: 1)Use ...