Skip to content

Commit

Permalink
Use default (redirected/faked in Dockerfile) system Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongmassey committed May 3, 2024
1 parent be0de62 commit ac98c29
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 @@ -39,8 +39,8 @@
"files.autoSaveDelay": 1000,
"git.autofetch": true,
"python.analysis.extraPaths": [".devcontainer/ehrql-main/"],
"python.defaultInterpreterPath": "/opt/venv/python-v2/bin/python3.10",
"python.terminal.activateEnvironment": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"window.autoDetectColorScheme": true
}
}
Expand Down

0 comments on commit ac98c29

Please sign in to comment.