Add Anaconda To Path Page
: Press Ctrl+O , Enter , and then Ctrl+X .
By default, the operating system only looks in specific folders for commands. If Anaconda isn't in your PATH, typing conda list in a standard Command Prompt will result in an error: "‘conda’ is not recognized as an internal or external command" . Adding it provides: add anaconda to path
setx PATH "%PATH%;C:\Users\YourUsername\anaconda3\Scripts" : Press Ctrl+O , Enter , and then Ctrl+X
:
Re-run the Anaconda installer and check “Add Anaconda to my PATH environment variable” during installation. : Press Ctrl+O
Alternatively, if you have installed Anaconda3, you can also use the Anaconda Prompt or any terminal emulator that comes with your system and use the command:
The "Add Anaconda to PATH" feature is a classic example of the applied to software installation.