DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

Fixed suid-python-helper using Python2 on old systems #199

Closed JohannesGaessler closed 4 years ago

JohannesGaessler commented 4 years ago

suid-python-helper defines a string for the Python binary. On master this string is "python". While this works fine on recent Linux distributions it does not on older ones. The reason for this is that the default python version to use on older distributions is Python 2.7. This PR modifies suid-python-helper to always use Python 3.