Fix: Workaround for yaml multiline string
[releng/global-jjb.git] / releasenotes / notes / python-tools-install-85c652e7963b3c6d.yaml
1 ---
2 fixes:
3   - |
4     Revise python-tools-install.sh to drop creation of virtualenv
5     in ~/.local.  That is NOT a Python virtualenv and should not be
6     created as such.  Using `--user` installs python modules into
7     ~/.local/lib/PYTHON_VERSION/site-packages.  Making ~/.local a
8     virtualenv messes with the paths in site-packages and causes
9     runtime errors like this:
10
11         ERROR: Can not perform a '--user' install.
12         User site-packages are not visible in this virtualenv.
13
14     Reverts part of change I4b2d778f3fd81565c5dd009d50c969696faba0d2