diff --git a/.vscode/settings.json b/.vscode/settings.json index bdcef8c..d035305 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "python.defaultInterpreterPath": ".venv/bin/python3", + "python.defaultInterpreterPath": "/Users/dpadams/Repos/texas-inspection-expenses/.venv/bin/python3", "python.terminal.activateEnvironment": true, "jupyter.notebookFileRoot": "${workspaceFolder}" }