Open andrewouellette opened 4 years ago
Hi,
I found that it won't run due to the 1st line needing to be changed from
to this:
Otherwise it defaults to python27 and fails to load.
Hi,
I found that it won't run due to the 1st line needing to be changed from
!/usr/bin/env python
to this:
!/usr/bin/env python3
Otherwise it defaults to python27 and fails to load.