simply add: #!/usr/bin/env python3 on the first line of your script example: -------------------------------- 1 - #!/usr/bin/env python3 2 - print("Python is awesome")