image and vm image: validate python is python2 (for now)

This commit is contained in:
Oleg Kalachev
2022-11-05 17:26:19 +06:00
parent 2b13aa02eb
commit c5d01c678a

View File

@@ -12,6 +12,9 @@ python3 --version
ipython --version
ipython3 --version
# `python` is python2 for now
[[ $(python -c 'import sys;print(sys.version_info.major)') == "2" ]]
# ptvsd does not have a stand-alone binary
python -m ptvsd --version
python3 -m ptvsd --version