The generated based venv from `python3.8 -m venv` vs. `virtualenv -p python38` is different. This changes aims to address the differences. It was introduced as part of the Python 3.8 migration. https://github.com/ansible/awx/pull/8778