window after installing Anaconda, Conda is not an internal or external command

Source: Internet
Author: User

Today, when installing Theano, you need to look at what packages Anaconda have installed. Use the command as follows, in the console, cmd enter input can:
conda list
However, the display error, "Conda is not internal or external command", first instinct, environment variables are not, here can also be in cmd input:
path
To view existing environment variables.
But!!! , you will find that you are already equipped with environment variables (which are actually not complete), and the environment variables you see are:
....; xxx\Anaconda2
Then it feels that the environment variable has been paired. In fact, this is not complete, and you need to add another environment variable after this:
;xxx\Anaconda2\Scripts
Here XXX represents your Anaconda installation path Many people like to install on the D-disk, that is, after the environment variable add: (concrete steps, My Computer-system Properties-Advanced system Settings-advanced-environment variables-System variables-find path, add the following sentence, save)
;D:\Anaconda2\Scripts
Can now be successfully entered in CMD console
conda list

window after installing Anaconda, Conda is not an internal or external command

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.