How to access my conda env. from Spyder?

Hi everyone,

I want to run a code in a specific environment. To do so, I successfully created a conda environment.

But when i am using Spyder and checking the versions of the modules, i can see I’m not in the conda environment.

How can I say to python/Spyder to be in the environment I created ?

PS: I already activated the environment in my windows console.

Thank you for your help !

Activating the virtual environment in the terminal (window console as you coin it) will not affect the virtual environment Spyder will be using.

Have you checked Spyder’s FAQ title “Q: How do I get Spyder to work with my existing Python packages/environment?” Frequently Asked Questions — Spyder 5 documentation