diff --git a/usr/openmv-ide.py b/usr/openmv-ide.py index fb8f04bf0..7622749e2 100755 --- a/usr/openmv-ide.py +++ b/usr/openmv-ide.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python2 import openmv import gtk import gobject diff --git a/usr/openmv.py b/usr/openmv.py index 11d550df9..6c5393592 100755 --- a/usr/openmv.py +++ b/usr/openmv.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # This file is part of the OpenMV project. # Copyright (c) 2013/2014 Ibrahim Abdelkader # This work is licensed under the MIT license, see the file LICENSE for details. diff --git a/usr/pydfu.py b/usr/pydfu.py index 8c0220de8..085ded6b5 100755 --- a/usr/pydfu.py +++ b/usr/pydfu.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # This file is part of the OpenMV project. # Copyright (c) 2013/2014 Ibrahim Abdelkader # This work is licensed under the MIT license, see the file LICENSE for