From 5f55bcde09f0fd6fa46ed7146ef0d91d3809fc73 Mon Sep 17 00:00:00 2001 From: James Stronz Date: Sun, 14 Jul 2019 17:39:10 -0500 Subject: [PATCH] Changed settings.json to use env USERNAME --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e452cf21..3480bc5d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" } \ No newline at end of file