Skip to content

Commit

Permalink
Use default interpreter value of system Python
Browse files Browse the repository at this point in the history
The research-template Dockerfile now fakes/redirects
/usr/bin/python to the virtualenv Python, allowing us to
change this redirection in the future without modifying the
devcontainer config.
  • Loading branch information
Jongmassey committed May 3, 2024
1 parent e84e51e commit 597b597
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/bin/python3.10",
"python.terminal.activateEnvironment": true,
"python.terminal.activateEnvInCurrentTerminal": true,
"window.autoDetectColorScheme": true
}
}
Expand Down

0 comments on commit 597b597

Please sign in to comment.