X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=releasenotes%2Fnotes%2Fsmart-venv-activate-f7f691e15cf0bde4.yaml;fp=releasenotes%2Fnotes%2Fsmart-venv-activate-f7f691e15cf0bde4.yaml;h=8a7d3f708b6e8eb9e1c32fcb981bd98656eb5a5e;hb=a405251903ffbf60c2080a30b136dd8d47c12d19;hp=0000000000000000000000000000000000000000;hpb=3c919f0f43babd56ad1031546c1bdb951f0c0fe6;p=releng%2Fglobal-jjb.git diff --git a/releasenotes/notes/smart-venv-activate-f7f691e15cf0bde4.yaml b/releasenotes/notes/smart-venv-activate-f7f691e15cf0bde4.yaml new file mode 100644 index 00000000..8a7d3f70 --- /dev/null +++ b/releasenotes/notes/smart-venv-activate-f7f691e15cf0bde4.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + Post-build script capture-instance-metadata.sh will attempt to choose the + best possible version of Python to use. If the ``$PYTHON`` variable is set, + this will be used. If not, we check to see if ``python3`` is available, + as this should point to the latest version. If this is also not available, + we run with the basic ``python`` command.