Skip to content

Instantly share code, notes, and snippets.

@cuahutli
Created April 14, 2018 17:46
Show Gist options
  • Save cuahutli/1c14feccce9c7daaa3b31df056da6260 to your computer and use it in GitHub Desktop.
Save cuahutli/1c14feccce9c7daaa3b31df056da6260 to your computer and use it in GitHub Desktop.
My Settings.json from visual studio code that allow activate python virtual enviroment automatically
{
"python.pythonPath": "${workspaceFolder}\\venv\\Scripts\\python.exe",
"terminal.integrated.shellArgs.windows": ["/K", "venv\\Scripts\\activate"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment