Install virtualenvs into /tmp/v 88/5188/1 v0.3.4
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 13 Jun 2017 02:34:30 +0000 (22:34 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 13 Jun 2017 02:42:01 +0000 (22:42 -0400)
commit129735b3b42874ae1de0d0708e28cde16b615e9e
treee3f5a07b31773ac82c7dd936001c25d903ec3d46
parent0b474d935c7ba6cbd70fa001fc6b9133b8999ea5
Install virtualenvs into /tmp/v

The kernel has a limit on how long a shebang can be and causes build
issues when we store virtualenvs in $WORKSPACE for jobs that have very
long names. Move virtualenv installs into /tmp/v will solve this issue
for good. Also no need for workarounds like `$PYTHON -m pip` anymore.

Change-Id: I72be5f42c2196e88f22262688e3425f6a83e807c
Jira: RELENG-156
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/jjb-install.sh
shell/lftools-install.sh
shell/tox-install.sh