setup_venv.sh using non-existing --distribute option
This option seems to be removed with virtualenv's v1.10 release, around 9 years ago.
From https://virtualenv.pypa.io/en/legacy/changes.html:
v1.10 (2013-07-23)
...
IMPORTANT Switched to the new setuptools (v0.9.7) which has been merged with Distribute again and works for Python 2 and 3 with one codebase. The --distribute and --setuptools options are now no-op.
As of now(=v20.17.1
), this option does not exist at all, and setup_venv.sh
fails with the error: unrecognized arguments: --distribute
.