diff -Naur a/daemon/core/misc/LatLongUTMconversion.py b/daemon/core/misc/LatLongUTMconversion.py --- a/daemon/core/misc/LatLongUTMconversion.py 2015-06-05 10:19:41.000000000 -0400 +++ b/daemon/core/misc/LatLongUTMconversion.py 2015-06-25 11:53:31.249286410 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # this file is from http://pygps.org/ # Lat Long - UTM, UTM - Lat Long conversions diff -Naur a/daemon/examples/emanemodel2core.py b/daemon/examples/emanemodel2core.py --- a/daemon/examples/emanemodel2core.py 2015-06-05 10:19:41.000000000 -0400 +++ b/daemon/examples/emanemodel2core.py 2015-06-25 11:53:31.259286059 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # CORE # Copyright (c) 2013 the Boeing Company. diff -Naur a/daemon/examples/findcore.py b/daemon/examples/findcore.py --- a/daemon/examples/findcore.py 2015-06-05 10:19:41.000000000 -0400 +++ b/daemon/examples/findcore.py 2015-06-25 11:53:31.259286059 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # Search for installed CORE library files and Python bindings. # diff -Naur a/daemon/examples/stopsession.py b/daemon/examples/stopsession.py --- a/daemon/examples/stopsession.py 2015-06-05 10:19:41.000000000 -0400 +++ b/daemon/examples/stopsession.py 2015-06-25 11:53:31.259286059 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # (c)2010-2012 the Boeing Company # author: Jeff Ahrenholz # diff -Naur a/daemon/sbin/core-daemon b/daemon/sbin/core-daemon --- a/daemon/sbin/core-daemon 2015-06-05 10:19:41.000000000 -0400 +++ b/daemon/sbin/core-daemon 2015-06-25 11:53:31.259286059 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # CORE # Copyright (c)2010-2013 the Boeing Company. diff -Naur a/daemon/sbin/core-manage b/daemon/sbin/core-manage --- a/daemon/sbin/core-manage 2015-06-05 10:19:41.000000000 -0400 +++ b/daemon/sbin/core-manage 2015-06-25 11:53:31.259286059 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # CORE # Copyright (c)2014 the Boeing Company. diff -Naur a/daemon/sbin/coresendmsg b/daemon/sbin/coresendmsg --- a/daemon/sbin/coresendmsg 2015-06-05 10:19:41.000000000 -0400 +++ b/daemon/sbin/coresendmsg 2015-06-25 11:53:31.249286410 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # CORE # Copyright (c)2011-2012 the Boeing Company. diff -Naur a/python-prefix.py b/python-prefix.py --- a/python-prefix.py 2015-06-05 10:19:41.000000000 -0400 +++ b/python-prefix.py 2015-06-25 11:53:31.249286410 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import sys import os.path diff -Naur a/scripts/perf/perflogserver.py b/scripts/perf/perflogserver.py --- a/scripts/perf/perflogserver.py 2015-06-05 10:19:41.000000000 -0400 +++ b/scripts/perf/perflogserver.py 2015-06-25 11:53:31.249286410 -0400 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # # (c)2011-2012 the Boeing Company #