Files
f7ee478161ff234e500f3c1d8ab2c2b9d50b2995
Jean-Philippe Evrard
3fe30720ec
Replace virtualenv-tools by a script
virtualenv-tools has a bug which gets triggered in gates: it can't change the shebang of a virtualenv python bin/ files if they were generated with a virtualenv script whose shebang ends with python2 instead of python. Because we can't modify virtualenv-tools, we use shell scripts instead. Change-Id: I7a363fa0890101fd2f4007a866ca73b2f0e80d60 Partial-Bug: #1741634