Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sourcecodemage/d283ac715883f229038e9f3da274ee3d to your computer and use it in GitHub Desktop.
Save sourcecodemage/d283ac715883f229038e9f3da274ee3d to your computer and use it in GitHub Desktop.
Auto Enable virtual env when opening Python Project
Add this line to ./.vscode/settings.json
"python.terminal.activateEnvInCurrentTerminal": true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment