user may already have PYTHONSTARTUP, in which case overriding with our pythonrc file can be disruptive. From: https://github.com/microsoft/vscode-python/issues/25485#issuecomment-3352987846 We should consider appending (run both scripts) or figure out better way to inject shell integration in this case.
user may already have PYTHONSTARTUP, in which case overriding with our pythonrc file can be disruptive.
From: #25485 (comment)
We should consider appending (run both scripts) or figure out better way to inject shell integration in this case.