How to resolve "bad interpreter: Permission denied" with #! /usr/bin/python3 – CentOS
I'm trying to use the '#! /usr/bin/python3' on a centos7 but since I had to install Python3 via: Yum install centos-release-scl Yum install rh-python36 scl enable rh-python36 bash The Python3 isn't in the /usr/bin/python3 I tried using: #! /opt/rh/rh-python36 I…