diff options
author | Anthony Wang | 2021-02-09 16:30:03 -0600 |
---|---|---|
committer | Anthony Wang | 2021-02-09 16:30:03 -0600 |
commit | 080699ef6845cb4fdbfd5e094ae709d6e0826e37 (patch) | |
tree | 2a77e0244500c7bfc15fe5e70fdfbc717ae80ebb | |
parent | 421e7b4359f9e3c071be4521fe13f44dad3421ca (diff) |
Fix vscode settings
-rw-r--r-- | .vscode/settings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index e86917c..76b225b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "python.pythonPath": "/usr/bin/python", + "python.pythonPath": "venv/bin/python", "python.linting.pylintEnabled": true, "python.linting.enabled": true, "python.linting.pylintPath": "./venv/bin/pylint" |