From 6872e17b0e2ae7e6a0bca1ed776daba3a037085c Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Mon, 25 May 2020 13:55:21 +0200 Subject: [PATCH] Add output of `python3` version Add output of python3 version to output_env.sh. Added in addition to the version of `python` as some project's scripts try both executable names. Signed-off-by: Ronald Cron --- scripts/output_env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/output_env.sh b/scripts/output_env.sh index 89425fce6..1d3470928 100755 --- a/scripts/output_env.sh +++ b/scripts/output_env.sh @@ -112,6 +112,9 @@ echo print_version "python" "--version" "" "head -n 1" echo +print_version "python3" "--version" "" "head -n 1" +echo + print_version "pylint3" "--version" "" "sed /^.*config/d" "grep pylint" echo