From 060fd20d8324784a0ed4c8d843a3f349d8f53d5c Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Mon, 23 Mar 2020 19:35:57 -0400 Subject: [PATCH] donee --- .gitignore | 1 + .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 24d57a8..2f1d8e7 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ coverage.xml docs/_build/ extensions/__pycache__/core.cpython-38.pyc +.vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json index 21824c5..a8d11bc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "python.pythonPath": "env\\Scripts\\python3.8.exe" + "python.pythonPath": "/home/taciturasa/.pyenv/versions/3.8.1/bin/python3.8" } \ No newline at end of file