diff --git a/.vscode/settings.json b/.vscode/settings.json index 6c9c70f..bdcef8c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python3", + "python.defaultInterpreterPath": ".venv/bin/python3", "python.terminal.activateEnvironment": true, "jupyter.notebookFileRoot": "${workspaceFolder}" }