Skip to content

Instantly share code, notes, and snippets.

@cgebbe
cgebbe / setup_vscode_live_share.md
Last active April 13, 2022 17:08
Setup vscode live share

Install Visual Studio Code (VS Code)

https://code.visualstudio.com/

Select your python interpreter

  • Open the "show all commands" bar by hitting "F1" or "Ctrl+P"
  • select some interpreter of your system (preferrably in a python environment)

You should now be able to run python programs