Files
Ronan Pigott 5049eb1d29 gh-111501: venv: do not export PS1 in activate (#105279)
PS1 is a parameter special to the current interactive shell. It does not
need to be exported to the environment. Exporting PS1 is not useful, and
will break different shells spawned by the current interactive shell.
2026-06-22 15:40:23 +01:00
..