Skip to content

Instantly share code, notes, and snippets.

@sgoley
Created August 5, 2021 15:06
Show Gist options
  • Save sgoley/d95d22d2370c0c67c27c51021f7a8bb6 to your computer and use it in GitHub Desktop.
Save sgoley/d95d22d2370c0c67c27c51021f7a8bb6 to your computer and use it in GitHub Desktop.
VS Code venv windows default python. Place at <project>/.vscode/settings.json
{
"python.defaultInterpreterPath": ".venv/scripts/python.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment