-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67853/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier and Till Toenshoff.
Bugs: MESOS-8882
https://issues.apache.org/jira/browse/MESOS-8882
Repository: mesos
Description
-------
With Python 3, virtualenv is built-in. We thus remove the error
messages if the script is run using Python 3 without virtualenv
installed on the machine. We also use `python` instead of
`virtualenv` to build the virtual environment.
This change also fixes an issue on my computer where running
`build-virtualenv` with Python 3 displayed an error message:
`ModuleNotFoundError: No module named 'nodeenv'`.
Diffs
-----
support/build-virtualenv 5fda08187bb92847dba459550313edff756c9e7f
Diff: https://reviews.apache.org/r/67853/diff/1/
Testing
-------
Ran `build-virtualenv` with python 2 and 3.
Thanks,
Armand Grillet