I have been using a working Anaconda install (Python 3.7) for about a year, but suddenly I'm getting this warning when I run the interpreter:
> python
Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
Warning:
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
Type "help", "copyright", "credits" or "license" for more information.
>>>
I quite often use virtual environments, but never with Conda. Note that I've been able to run Python from the command line with just python
for a long time now, and have never had to use conda activate base
. I don't even have Conda on my path.
I've found these answers, but neither gives any clarity into why this may have started happening: