From: John Janus Date: Fri, 17 Jan 2020 10:59:14 +0000 (+0100) Subject: make python path relative X-Git-Url: https://git.johnzone.org/?a=commitdiff_plain;p=sportteam.git make python path relative --- 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" }