-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67911/
-----------------------------------------------------------
Review request for mesos and Kevin Klues.
Bugs: MESOS-9075
https://issues.apache.org/jira/browse/MESOS-9075
Repository: mesos
Description
-------
Running `build-virtualenv` with Python 3 then again with Python 2
lets the directory with two versions of Python in the virtualenv
and Python 3 is then still used in that environment.
This is due to an old issue of `virtualenv` that we now handle by
removing the support virtualenv directory before building it again.
Diffs
-----
support/build-virtualenv b8dc1d98f97bc70d9f7099db2c9cb85a884be12c
Diff: https://reviews.apache.org/r/67911/diff/1/
Testing
-------
Run `PYTHON=python3 build-virtualenv` then `build-virtualenv` then checked
`.virtualenv` content.
Thanks,
Armand Grillet