I'm trying to install Anaconda on a Windows 10 laptop at work. For some reason, the installation always fails: I can see the Anaconda prompt, but no trace of Anaconda Navigator, Spyder, etc.
Every time I type where conda
in the command prompt or the Anaconda prompt I always get the following message:
INFO: Could not find files for the given pattern(s).
And every time I try to use a conda
command, I get:
'conda' is not recognized as an internal or external command,
operable program or batch file.
I know I messed up something in the installation (that I already tried a couple of times). I always kept the default options as I found in this DataCamp tutorial but I don't understand what is my mistake.
Any help? Thank you