Reputation: 52
I have had this problem for quite some time now. Every time I restart my PC, the anaconda navigator, prompt or any other application don't open. Instead, the python shell opens up. The message in the shell goes like this.
This Python interpreter is in a conda environment, but the environment has
not been activated. Libraries may fail to load. To activate this environment
please see https://conda.io/activation
Well, I went to the given link and there it said to run conda activate myenv
where myenv
is the path directory. When I try this out in the terminal, the error message is something like this:
'conda' is not recognized as an internal or external command, operable program or batch file.
Can somebody direct me and help me out?
Upvotes: 0
Views: 406
Reputation: 68
Make sure you have installed python 2.7 or python 3 version before installing anaconda navigator and also choose appropriate python verion which u have preinstalled...and then select accordingly while installing conda navigator
Upvotes: 1