Skip to content

Commit

Permalink
Change pythonPath to /usr/bin/python
Browse files Browse the repository at this point in the history
  • Loading branch information
MBARIMike committed Aug 12, 2021
1 parent 07720f8 commit 58d81c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"editor.rulers": [120]
},
"editor.formatOnSave": true,
"python.pythonPath": "/usr/local/bin/python",
"python.pythonPath": "/usr/bin/python",
"python.linting.pylintEnabled": true,
"python.formatting.provider": "black",
"python.linting.flake8Enabled": true,
Expand Down

0 comments on commit 58d81c3

Please sign in to comment.