I had an issue with my anaconda and I had to reinstalled it. I set the path to my environment variable and installed everything correctly but every time I open cmd and type 'python' I get a warning to activate my environment.
I can still use base python despite the warning but I cant import any packages at all, if I try I get the module not found error.
So I type the command "activate " and then I can enter python and I can use all my packages just fine. The problem is that I have to type "activate " every time I open a new cmd or the old issue keeps appearing.
Also when I write any code in my sublime text editor I cannot use any packages at all, just the base python. It seems my environment is not getting activated unless I type in the command, but then it goes away each cmd session and I cant use sublime text with any packages.
Does anyone have any idea why this is? I have spent most of the day trying to get this to work