I'm learning Python, so I don't know too much about this right now. I just finished installing anaconda, but when I enter python word in the command prompt it give me this error:
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
When I write on cmd -condo activate base-
and try to write Python again, the error disappears, but if I don't do that, it continues showing on cmd when writing the python word. Do I need to do something or is it all right?