Skip to content

Commit

Permalink
Set python paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 committed Jul 3, 2024
1 parent e58b0e9 commit c8b1baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"GitHub.vscode-pull-request-github"
],
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python3",
"python.pythonPath": "/usr/local/bin/python3",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.pythonPath": "/usr/local/bin/python",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.testing.pytestArgs": ["--no-cov"],
"pylint.importStrategy": "fromEnvironment",
Expand Down

0 comments on commit c8b1baf

Please sign in to comment.