commit | 4143ce6fc95ccd9bde88c22baaa3eeaba58183f8 | [log] [tgz] |
---|---|---|
author | Ian Wienand <iwienand@redhat.com> | Mon Jan 13 16:05:11 2020 +1100 |
committer | Ian Wienand <iwienand@redhat.com> | Mon Jan 13 16:05:11 2020 +1100 |
tree | 75b020f9f71fea5cc48f8b765c5a10a0ffb0a978 | |
parent | 7634c780027ad05e416c2a0c5ac688751aba4be6 [diff] |
Create virtualenv with abstracted VIRTUALENV_CMD Just calling "virtualenv" makes a Python 2 based environment; setuptools just dropped Python 2 support (as Python 2 reached EOL in Jan 2020) so this has now become a breakage. Although the Python 2 path won't work, use the abstracted command. This should stop us having to revisit this for any future cleanups (or switing to venv, etc). Change-Id: I531e971b78491a9276753c0d86b04c4adbd224aa