Skip to content

Commit

Permalink
Configure python path defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
joshes committed Jul 29, 2024
1 parent d330933 commit 3a5d1c2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@
],
"settings": {
"terminal.integrated.defaultProfile.linux": "bash",
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.terminal.activateEnvironment": true
"python.defaultInterpreterPath": "/bartiq/.venv/bin/python",
"jupyter.kernels.excludePythonEnvironments": [
"/bin/python3",
"/usr/bin/python3",
"/usr/local/bin/python"
]
}
}
}
Expand Down

0 comments on commit 3a5d1c2

Please sign in to comment.