SPI-2541: Python path issues for Python with double digit minor version
1 unresolved thread
1 unresolved thread
Branch name Ticket number and Title ticket number are not the same. The title is the correct one.
To run the testing, add a comment with:
Bot test PACKAGE[ PACKAGE2 ...]|all in TOOLCHAIN|all [(only|also) for LABEL-COMPILER-BUILDTYPE] please!
To ensure patches required for existing LCG branches are not lost, please add the respective labels: alsoTargeting:LCG_102-patches, alsoTargeting:master, etc.
Edited by Tim Nicolai Ehmann
Merge request reports
Activity
Filter activity
added test-needed label
mentioned in commit 28b7b31a
- A deleted user
added sweep:ignore label
42 42 fi 43 43 44 44 if [ -x ${thisdir}/bin/python ]; then 45 PYTHON_VERSION=`expr $(readlink ${thisdir}/bin/python) : '.*/Python/\([0-9].[0-9]\).*'` 45 PYTHON_VERSION=`expr $(readlink ${thisdir}/bin/python) : '.*/Python/\([0-9].[0-9][0-9]?\).*'` Maybe? Also the dot probably should be escaped? Try running this with the different python versions 3.9 and 3.11
Edit to use proper operator https://ss64.com/bash/expr.html
Edited by Andre Sailer
Please register or sign in to reply