I have installed anaconda and create and activated an environment with anaconda prompt. But when I open python with anaconda, whether inside my anaconda folder or inside the environment folder in it, (or even if I open a python file with spider), it seems it is not using anaconda (according to sys.version). Indeed python tells me "this python is in a conda environment, but the environment has not been activated". I have already activated my environment in conda prompt, and I had no error message, so I guess it was succesfful. I have also tried to set my path with in conda prompt: set PATH=C:\Anaconda\envs\py33\Scripts;C:\Anaconda\envs\py33;%PATH% (with my right personal path).
Would you know what is happening?
Thank you picture of my problem