From: Thanh Ha Date: Thu, 23 Jan 2020 17:31:29 +0000 (-0500) Subject: DO NOT create a virtualenv in ~/.local X-Git-Tag: v0.50.0~2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;ds=sidebyside;h=93980c86cc5d8aade36f938e15473c6b14e701d3;hp=93980c86cc5d8aade36f938e15473c6b14e701d3;p=releng%2Fglobal-jjb.git DO NOT create a virtualenv in ~/.local ~/.local is NOT a Python virtualenv and should not be created as such. Using `--user` installs python modules into ~/.local/lib/PYTHON_VERSION/site-packages Making ~/.local a virtualenv messes with the paths in site-packages. This reverts one of the changes from I4b2d778f3fd81565c5dd009d50c969696faba0d2 Ref: https://www.python.org/dev/peps/pep-0370 Signed-off-by: Thanh Ha Change-Id: Ie2635b691c8cdf5718fc2617d4de41a3d5a2c347 ---