In all bash scripts referencing Python, the 'python' executable is used. This is not correct as Kivy solely supports Python 2. All calls to Python should be to 'python2' or 'python2.7'. (My Linux distribution uses Python 3 by default)