Define python directory in cpanel
My Cpanel host has 2 instances of Python. Python 2.6 - /usr/bin/python Python 3.6 - /usr/bin/python3.6 If I run this script: #! /usr/bin/python print "Content-type: text/htmlnn" print "<html>Hello world!</html>" It works! But If it doesn't work (Internal error 500) if…