X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-ivc%2Fbuild.sh;h=83cbefc291529db55674aa1ab6ce841308cd723d;hb=b8a93ea34826f2a42026744ac52d790895c0e580;hp=08f6b9b8817a11d39074ee86091a31e475994f05;hpb=5f390a0114938eb23c4e34aa6a69b9bbc2b2c3cb;p=lttng-ci.git diff --git a/scripts/lttng-ivc/build.sh b/scripts/lttng-ivc/build.sh index 08f6b9b..83cbefc 100644 --- a/scripts/lttng-ivc/build.sh +++ b/scripts/lttng-ivc/build.sh @@ -16,7 +16,7 @@ # along with this program. If not, see . PYTHON3="python3" -P3_VERSION=$($PYTHON3 -c "import sys;print(sys.version[:3])") +P3_VERSION=$($PYTHON3 -c 'import sys;v = sys.version.split()[0].split("."); print("{}.{}".format(v[0], v[1]))') # Tox does not support long path venv for whatever reason. PYENV_HOME=$(mktemp -d)