I installed anaconda in windows, but the anaconda navigator is missing.If you look at other sites on the Internet, it says that there is an exe file in C:\ProgramData\Anaconda3\Scripts, but I can't find it.Also, even if you type conda list at anaconda prompt,
'conda' is an internal or external command.
Not recognized as an operational program or batch file.
appears.Thank you for your advice.
windows anaconda
Probably they chose Just Me instead of All Users during installation.
In that case, isn't it C:\Users\Username\AppData\Local\Continuum\anaconda3?
(However, if the user name contains full-width characters or spaces, many problems will occur.)
Isn't it close to this article?How to install Anaconda on Windows
->C:\Users\Username\AppData\Local\Continuum\anaconda3
Also, you probably didn't check Add Anaconda to the system PATH environment variable when you selected the option.If so, entering a command name will not work without the appropriate command in the current directory.
If you're not sure about that, you'd better follow the start menu and start it, or uninstall it, review the options, and reinstall it.
However, there is an article like this, so you should be careful about what to do.
If you have any comprehensive self-study articles or programming school courses, I think it's a good idea to follow them.
Deploy Python (Anaconda) in Windows (MS (6 traps)
Procedure to install Anaconda on Windows
->C:\ProgramData\Anaconda3 (for All Users)
Install Python environment in Anaconda
->C:\Anaconda3
About where to install Anaconda
->C:\Users\Username\Anaconda3
The installation location may have changed a lot due to a slight difference in the number of versions.
[Python] Complete explanation of Anaconda installation and initial setup to convenient usage!
->C:\Anaconda3
Start here!Install Python for Machine Learning in Anaconda! (Windows Edition)
[Python] Steps to Install Anaconda for Non-Engineer Window Users
->C:\Users\Username\Anaconda3
There are a lot of things that I can't find the command.
© 2024 OneMinuteCode. All rights reserved.