From 8a532607789693e8d4eb02958f237f87006d2fd4 Mon Sep 17 00:00:00 2001 From: kkamara Date: Sun, 11 Aug 2024 21:13:56 +0100 Subject: [PATCH] Update .vscode Python interpreter path --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5048f20..203171e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python.defaultInterpreterPath": "${env:HOME}/workspace/python-reactjs-boilerplate/env/bin/python" + "python.defaultInterpreterPath": "${env:HOME}/workspace/python-reactjs-boilerplate/.venv/bin/python" } \ No newline at end of file