Setup virtual environment and debugger
python3 -m venv my_env source my_env/bin/activate # Install packages manually or from requirements.txt file pip install -r requirements.txt
VSCode Settings screen, with "Python.VenvPath" in the search bar 
VSCode "select interpreter" menu with Python 3.7.4 selected 
VSCode debugger window, showing debugger menu, debuger controls, and a selected variable
Last updated
Was this helpful?