# Bug report ### Bug description: ```bash python3.12 -m venv venv source venv/bin/activate ``` There will be double parenthesis displayed on the terminal. This bug may be related to [this commit ](https://github.com/python/cpython/commit/4eb14211a58bda35134caa40b1d36ccb0f16383b) because Python 3.12.9 is normal. ### CPython versions tested on: 3.12 ### Operating systems tested on: Linux