Skip to content

Commit

Permalink
Changed settings.json to use env USERNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Jul 14, 2019
1 parent 02348f1 commit 5f55bcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": true,
"python.pythonPath": "C:\\Users\\jim\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
"python.terminal.activateEnvironment": true,
"python.venvPath": "${workspaceFolder}\\.venv",
"python.pythonPath": "C:\\Users\\${env:USERNAME}\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
}

0 comments on commit 5f55bcd

Please # to comment.