Activating Anaconda Environment in VsCode

ctrlalt313373 picture ctrlalt313373 · Apr 11, 2017 · Viewed 108.5k times · Source

I have Anaconda working on my system and VsCode working, but how do I get VsCode to activate a specific environment when running my python script?

Answer

Vaibhav K picture Vaibhav K · Jun 22, 2018

Simply use

  1. shift + cmd + P
  2. Search Select Interpreter

pyhton : Select Interpreter

  1. Select it and it will show you the list of your virtual environment created via conda and other python versions

Activating conda virtual environment

  1. select the environment and you are ready to go.

Quoting the 'Select and activate an environment' docs

Selecting an interpreter from the list adds an entry for python.pythonPath with
the path to the interpreter inside your Workspace Settings.