From 2cba0e55a6fcdfb6c7c9e95e9689249c85f13257 Mon Sep 17 00:00:00 2001 From: John Janus Date: Fri, 17 Jan 2020 11:59:14 +0100 Subject: [PATCH] make python path relative --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0f0a482..a393adf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python.pythonPath": "/home/john/devel/python/Sportteam_project/bin/python3" + "python.pythonPath": "../bin/python3" } -- 2.47.0