This commit is contained in:
Adriene Hutchins 2020-03-23 19:35:57 -04:00
parent aa9e5d95ed
commit 060fd20d83
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -58,3 +58,4 @@ coverage.xml
docs/_build/
extensions/__pycache__/core.cpython-38.pyc
.vscode/settings.json

View File

@ -1,3 +1,3 @@
{
"python.pythonPath": "env\\Scripts\\python3.8.exe"
"python.pythonPath": "/home/taciturasa/.pyenv/versions/3.8.1/bin/python3.8"
}