I have installed Python 3.7 and update the path va...
# general
b
I have installed Python 3.7 and update the path variable in Jenkins, I get the below error.
Copy code
./pants: line 72: /var/jenkins_home/Python3/bin/python3.7: cannot execute binary file: Exec format error
[31mInvalid Python interpreter version for /var/jenkins_home/Python3/bin/python3.7. Pants requires Python 3.6+ to run.[0m
Build step 'Execute shell' marked build as failure
Finished: FAILURE