Skip to content

Python development in VSCodeΒΆ

You will need to set the interpreter needed for your script. To do this it is best to use the CTRL + Shift + P keyboard shortcut combination to bring up VSCode's command panel.

Once visible you can se the interpreter with the command shown on the following screenshot:

You will then be able to enter or navigate to the path of the version of python that you need:

A python debugger is included in the MS Python extension


Last update: November 3, 2023