Fix: Update python tools install
[releng/global-jjb.git] / releasenotes / notes / fix-python-tools-install-5ee151d38e9eb2dd.yaml
1 ---
2 issues:
3   - |
4     ERROR: Not installed on host: python3.8.13
5     ERROR: Can not perform a '--user' install. User site-packages are not
6     visible in this virtualenv.
7 fixes:
8   - |
9     Set the default version to 'python3' instead of '3.8.x' since some of the
10     older images may not have the specifc version installed. The default
11     version is only used when lf-env.sh is not available.
12
13     CR I821a86ac3b54f2 sets and uses python 3.x version made available by pyenv
14     therefore remove the --user option which is no longer required.