From c03055c65971ef48ac5abad264e6788dd854379b Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 1 Mar 2022 09:33:27 +0100 Subject: [PATCH] use python3 explicitly --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f1b98dd..a1722bb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,7 @@ { "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, - "python.pythonPath": "./venv/bin/python", + "python.pythonPath": "./venv/bin/python3", "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": true, "python.linting.enabled": true,