mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-26 05:31:09 +00:00
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 <ronald.cron@arm.com>
This commit is contained in:
parent
a960dc980f
commit
6872e17b0e
|
@ -112,6 +112,9 @@ echo
|
||||||
print_version "python" "--version" "" "head -n 1"
|
print_version "python" "--version" "" "head -n 1"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
print_version "python3" "--version" "" "head -n 1"
|
||||||
|
echo
|
||||||
|
|
||||||
print_version "pylint3" "--version" "" "sed /^.*config/d" "grep pylint"
|
print_version "pylint3" "--version" "" "sed /^.*config/d" "grep pylint"
|
||||||
echo
|
echo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue