Skip to content Skip to sidebar Skip to footer

Windows 10 Conda Is Not Recognized As An Internal Or External Command

Tried to conda install -c conda-forge requests-futures=0.9.7 but failed with conda is not recognized as an internal or external command, C:\Users\user_name\Anaconda3\Scripts has b

Solution 1:

When you install anaconda on windows now, it doesn't automatically add Python or Conda to your path.

If you don’t know where your conda and/or python is, you type the following commands into your anaconda prompt

enter image description here

Next, you can add Python and Conda to your path by using the setx command in your command prompt. enter image description here

Next close that command prompt and open a new one. Congrats you can now use conda and python

Source: https://medium.com/@GalarnykMichael/install-python-on-windows-anaconda-c63c7c3d1444

Solution 2:

There is a similar question asked here before, check this may be it will help you.

To make sure that conda package is installed correctly, check if conda package files , i.e condaconda-envconda-env-scriptconda-scriptconda-serverconda-server-script etc are present in Anaconda3\Scripts folder.

Solution 3:

I had a similar problem when using cmd.

From your Command prompt 'C:\Users\zkdur\anaconda3\Scripts

Now try

conda init --help

conda init --verbose after that restart your command prompt and conda will be working.

Solution 4:

After installing Anaconda on windows 10, you can use Anaconda prompt from start menu to activate a conda enabled terminal window.

Solution 5:

Just Check Both the options while installing Anaconda.

(https://i.stack.imgur.com/WogNs.jpg)

Post a Comment for "Windows 10 Conda Is Not Recognized As An Internal Or External Command"