Created
April 14, 2018 17:46
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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