I have an anaconda virtual environment that I wish to use. I am able to use Select Interpreter, which finds and allows me to accurately select said virtual environment. I am also able to use this with jupyter notebooks. What I am not able to do is have the integrated terminal automatically activate this environment.
Every time I open a new terminal, I have:
(base) PS C:\working_folder
If I manually activate the environment in the integrated terminal, I am then able to use it. My issue is that I don't want to have to remember to manually activate it.
Things I've tried:
- Setting
"Python.terminal.activateEnvironment"totrue - Setting
"Python.terminal.activateEnvInCurrentTerminal"totrue - Updating
pythonPathin my working foldersettings.json